Searched defs:getFormat (Results 1 - 25 of 43) sorted by relevance

12

/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 DEncodedKeySpec.java62 public abstract String getFormat(); method in class:EncodedKeySpec
H A DPKCS8EncodedKeySpec.java54 public final String getFormat() { method in class:PKCS8EncodedKeySpec
H A DX509EncodedKeySpec.java53 public final String getFormat() { method in class:X509EncodedKeySpec
/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/crypto/src/main/java/org/conscrypt/
H A DX509PublicKey.java44 public String getFormat() { method in class:X509PublicKey
H A DOpenSSLSecretKey.java68 public String getFormat() { method in class:OpenSSLSecretKey
112 if (!getFormat().equals(other.getFormat())) {
H A DOpenSSLDSAPrivateKey.java91 public String getFormat() { method in class:OpenSSLDSAPrivateKey
H A DOpenSSLDSAPublicKey.java100 public String getFormat() { method in class:OpenSSLDSAPublicKey
H A DOpenSSLECPrivateKey.java80 public String getFormat() { method in class:OpenSSLECPrivateKey
/libcore/luni/src/main/java/javax/crypto/spec/
H A DSecretKeySpec.java128 public String getFormat() { method in class:SecretKeySpec
/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/
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 DKSSecretKeyEntryTest.java85 public String getFormat() { method in class:tmpSecretKey
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
/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 DCertificateStub.java72 * @see java.security.Certificate#getFormat()
74 public String getFormat() { method in class:CertificateStub
/libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/interfaces/
H A DDHPrivateKeyTest.java69 public String getFormat() { method in class:DHPrivateKeyTest.checkDHPrivateKey
H A DDHPublicKeyTest.java73 public String getFormat() { method in class:DHPublicKeyTest.checkDHPublicKey

Completed in 361 milliseconds

12