KeyStoreLoadStoreParameterTest.java :  » android-core » platform-libcore » org » apache » harmony » security » tests » java » security » Android Open Source

Android Open Source » android core » platform libcore 
platform libcore » org » apache » harmony » security » tests » java » security » KeyStoreLoadStoreParameterTest.java
package org.apache.harmony.security.tests.java.security;

import java.security.KeyStore;

public class KeyStoreLoadStoreParameterTest {

    class MyLoadStoreParameter implements KeyStore.LoadStoreParameter {
       public KeyStore.ProtectionParameter getProtectionParameter() {
            return null;
       }
    }



}
java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.