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

12345

/external/apache-harmony/security/src/test/support/common/java/org/apache/harmony/security/tests/support/spec/
H A DMyEncodedKeySpec.java42 * @see java.security.spec.EncodedKeySpec#getFormat()
44 public String getFormat() { method in class:MyEncodedKeySpec
/external/apache-harmony/crypto/src/test/api/java/org/apache/harmony/crypto/tests/javax/crypto/
H A DSecretKeyTest.java58 public String getFormat() { method in class:SecretKeyTest.checkSecretKey
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/
H A DKeyTest.java57 public String getFormat() { method in class:KeyTest.checkKey
H A DPrivateKeyTest.java58 public String getFormat() { method in class:PrivateKeyTest.checkPrivateKey
H A DPublicKeyTest.java58 public String getFormat() { method in class:PublicKeyTest.checkPublicKey
H A DKeyPairTest.java41 public String getFormat() {
54 public String getFormat() {
H A DKSSecretKeyEntryTest.java81 public String getFormat() { method in class:tmpSecretKey
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/serialization/
H A DKeyPairTest.java82 assertEquals("PublicKey format", key1.getFormat(), key2.getFormat());
93 assertEquals("PrivateKey format", key1.getFormat(), key2.getFormat());
/external/apache-harmony/security/src/test/support/common/java/org/apache/harmony/security/tests/support/
H A DPrivateKeyStub.java62 * @see java.security.Key#getFormat()
64 public String getFormat() { method in class:PrivateKeyStub
H A DPublicKeyStub.java59 * @see java.security.Key#getFormat()
61 public String getFormat() { method in class:PublicKeyStub
H A DMyKeyPairGenerator1.java110 public String getFormat() { method in class:MyKeyPairGenerator1.PubKey
136 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() {
/external/apache-harmony/crypto/src/test/api/java/org/apache/harmony/crypto/tests/javax/crypto/interfaces/
H A DDHPrivateKeyTest.java61 public String getFormat() { method in class:DHPrivateKeyTest.checkDHPrivateKey
H A DDHPublicKeyTest.java63 public String getFormat() { method in class:DHPublicKeyTest.checkDHPublicKey
H A DPBEKeyTest.java60 public String getFormat() { method in class:PBEKeyTest.checkPBEKey
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/interfaces/
H A DDSAPrivateKeyTest.java60 public String getFormat() { method in class:DSAPrivateKeyTest.checkDSAPrivateKey
H A DDSAPublicKeyTest.java59 public String getFormat() { method in class:DSAPublicKeyTest.checkDSAPublicKey
H A DECPrivateKeyTest.java60 public String getFormat() { method in class:ECPrivateKeyTest.checkECPrivateKey
H A DECPublicKeyTest.java59 public String getFormat() { method in class:ECPublicKeyTest.checkECPublicKey
H A DRSAPrivateKeyTest.java58 public String getFormat() { method in class:RSAPrivateKeyTest.checkRSAPrivateKey
H A DRSAPublicKeyTest.java59 public String getFormat() { method in class:RSAPublicKeyTest.checkRSAPublicKey
H A DRSAMultiPrimePrivateCrtKeyTest.java87 public String getFormat() { method in class:RSAMultiPrimePrivateCrtKeyTest.checkCrtKey
H A DRSAPrivateCrtKeyTest.java58 public String getFormat() { method in class:RSAPrivateCrtKeyTest.checkRSAPrivateCrtKey
/external/skia/include/effects/
H A DSkEmbossMaskFilter.h39 virtual SkMask::Format getFormat();
/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/provider/crypto/
H A DDSAKeyFactoryImplTest.java121 publicFormat = publicKey.getFormat();
136 privateFormat = privateKey.getFormat();
148 public String getFormat() { return "fff"; }
156 public String getFormat() { return "fff"; }
161 public String getFormat() { return "X.509"; }
165 public String getFormat() { return "PKCS#8"; }
213 assertEquals("failure for 'pk.getFormat().compareTo(publicFormat)'", 0,
214 pk.getFormat().compareTo(publicFormat));
246 assertEquals("failure for 'pk.getFormat().compareTo(privateFormat)", 0,
247 pk.getFormat()
[all...]

Completed in 654 milliseconds

12345