Searched refs:getFormat (Results 1 - 25 of 64) sorted by relevance

123

/libcore/luni/src/main/java/java/security/
H A DKey.java51 public String getFormat(); method in interface:Key
H A DCertificate.java38 * the data to encode must be that identified by {@link #getFormat()} and
48 * @see #getFormat()
72 public String getFormat(); method in interface:Certificate
/libcore/luni/src/main/java/java/security/spec/
H A DPKCS8EncodedKeySpec.java54 public final String getFormat() { method in class:PKCS8EncodedKeySpec
H A DX509EncodedKeySpec.java53 public final String getFormat() { method in class:X509EncodedKeySpec
H A DEncodedKeySpec.java62 public abstract String getFormat(); method in class:EncodedKeySpec
/libcore/luni/src/test/java/libcore/java/security/
H A DMockPrivateKey.java32 public String getFormat() { method in class:MockPrivateKey
H A DMockPrivateKey2.java32 public String getFormat() { method in class:MockPrivateKey2
H A DMockPublicKey.java32 public String getFormat() { method in class:MockPublicKey
/libcore/luni/src/test/java/libcore/javax/crypto/
H A DMockKey.java32 public String getFormat() { method in class:MockKey
H A DMockKey2.java32 public String getFormat() { method in class:MockKey2
/libcore/support/src/test/java/org/apache/harmony/security/tests/support/spec/
H A DMyEncodedKeySpec.java43 * @see java.security.spec.EncodedKeySpec#getFormat()
45 public String getFormat() { method in class:MyEncodedKeySpec
/libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/
H A DSecretKeyTest.java50 public String getFormat() { method in class:SecretKeyTest.checkSecretKey
/libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
H A DKeyTest.java48 public String getFormat() { method in class:KeyTest.checkKey
H A DPrivateKeyTest.java49 public String getFormat() { method in class:PrivateKeyTest.checkPrivateKey
H A DPublicKeyTest.java48 public String getFormat() { method in class:PublicKeyTest.checkPublicKey
H A DKSSecretKeyEntryTest.java85 public String getFormat() { method in class:tmpSecretKey
/libcore/support/src/test/java/org/apache/harmony/security/tests/support/
H A DPrivateKeyStub.java63 * @see java.security.Key#getFormat()
65 public String getFormat() { method in class:PrivateKeyStub
H A DPublicKeyStub.java60 * @see java.security.Key#getFormat()
62 public String getFormat() { method in class:PublicKeyStub
H A DMyKeyPairGenerator1.java111 public String getFormat() { method in class:MyKeyPairGenerator1.PubKey
137 public String getFormat() { method in class:MyKeyPairGenerator1.PrivKey
H A DKeyStoreTestSupport.java81 public String getFormat() { method in class:KeyStoreTestSupport.SKey
106 public String getFormat() { method in class:KeyStoreTestSupport.MyPrivateKey
158 public String getFormat() {
/libcore/luni/src/main/java/org/apache/harmony/security/
H A DPrivateKeyImpl.java45 public String getFormat() { method in class:PrivateKeyImpl
H A DPublicKeyImpl.java50 public String getFormat() { method in class:PublicKeyImpl
/libcore/luni/src/main/java/org/apache/harmony/security/x509/
H A DX509PublicKey.java37 public String getFormat() { method in class:X509PublicKey
/libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/func/
H A DCipherWrapThread.java44 checkEncodedData(key.getFormat().getBytes(), decrypted.getFormat().getBytes());
/libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/interfaces/
H A DPBEKeyTest.java71 public String getFormat() { method in class:PBEKeyTest.checkPBEKey

Completed in 406 milliseconds

123