Home
last modified time | relevance | path

Searched refs:getFormat (Results 1 – 25 of 74) sorted by relevance

123

/libcore/luni/src/main/java/android/crypto/hpke/
DXdhKeySpec.java41 @NonNull public String getFormat() { in getFormat() method in XdhKeySpec
59 return (getFormat().equals(that.getFormat()) in equals()
65 return Objects.hash(getFormat(), Arrays.hashCode(getEncoded())); in hashCode()
/libcore/ojluni/src/test/java/security/KeyAgreement/
DKeySizeTest.java145 equals(dhPri.getFormat(), dhPriDecod.getFormat()); in testKeyAttributes()
163 equals(dhPub.getFormat(), dhPubDecod.getFormat()); in testKeyAttributes()
190 equals(ecPriv.getFormat(), ecPriDecod.getFormat()); in testKeyAttributes()
208 equals(ecPub.getFormat(), ecPubDecod.getFormat()); in testKeyAttributes()
227 equals(xdhPri.getFormat(), xdhPriDec.getFormat()); in testKeyAttributes()
239 equals(xdhPub.getFormat(), xdhPubDec.getFormat()); in testKeyAttributes()
/libcore/support/src/test/java/org/apache/harmony/security/tests/support/
DKeyStoreTestSupport.java81 public String getFormat() { in getFormat() method in KeyStoreTestSupport.SKey
106 public String getFormat() { in getFormat() method in KeyStoreTestSupport.MyPrivateKey
158 public String getFormat() { in getPublicKey() method in KeyStoreTestSupport.MCertificate
DMyKeyPairGenerator1.java111 public String getFormat() { in getFormat() method in MyKeyPairGenerator1.PubKey
137 public String getFormat() { in getFormat() method in MyKeyPairGenerator1.PrivKey
/libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/func/
DCipherWrapThread.java44 checkEncodedData(key.getFormat().getBytes(), decrypted.getFormat().getBytes()); in crypt()
/libcore/luni/src/test/java/tests/security/spec/
DEncodedKeySpecTest.java47 assertEquals("wrong name of encoding format", "My", eks.getFormat()); in testEncodedKeySpec()
134 public String getFormat() { in getFormat() method in EncodedKeySpecTest.MyEncodedKeySpec2
/libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
DKeyPairTest.java44 public String getFormat() { in getPublic() method in KeyPairTest.TestKeyPair
57 public String getFormat() { in getPrivate() method
DPublicKeyTest.java48 public String getFormat() { in getFormat() method in PublicKeyTest.checkPublicKey
DKeyTest.java48 public String getFormat() { in getFormat() method in KeyTest.checkKey
DPrivateKeyTest.java49 public String getFormat() { in getFormat() method in PrivateKeyTest.checkPrivateKey
/libcore/luni/src/test/java/org/apache/harmony/crypto/tests/support/
DMyExemptionMechanismSpi.java114 public String getFormat() { in getFormat() method in MyExemptionMechanismSpi.tmpKey
133 public String getFormat() { in getFormat() method in MyExemptionMechanismSpi.tmp1Key
/libcore/ojluni/src/test/java/security/KeyStore/
DDefaultEntryType.java59 public String getFormat() { return "privkey1"; } in getFormat() method in DefaultEntryType.PrivKey1
65 public String getFormat() { return "pubkey1"; } in getFormat() method in DefaultEntryType.PubKey1
71 public String getFormat() { return "pubkey2"; } in getFormat() method in DefaultEntryType.PubKey2
/libcore/ojluni/src/main/java/java/security/
DKey.java150 public String getFormat(); in getFormat() method
DCertificate.java145 public abstract String getFormat(); in getFormat() method
/libcore/ojluni/src/main/java/java/security/spec/
DPKCS8EncodedKeySpec.java117 public final String getFormat() { in getFormat() method in PKCS8EncodedKeySpec
DX509EncodedKeySpec.java107 public final String getFormat() { in getFormat() method in X509EncodedKeySpec
/libcore/support/src/test/java/org/apache/harmony/security/tests/support/spec/
DMyEncodedKeySpec.java45 public String getFormat() { in getFormat() method in MyEncodedKeySpec
/libcore/luni/src/test/java/libcore/javax/crypto/
DMockKey.java32 public String getFormat() { in getFormat() method in MockKey
DMockKey2.java32 public String getFormat() { in getFormat() method in MockKey2
/libcore/luni/src/test/java/libcore/java/security/
DMockPublicKey.java32 public String getFormat() { in getFormat() method in MockPublicKey
DMockPrivateKey.java32 public String getFormat() { in getFormat() method in MockPrivateKey
DMockPrivateKey2.java32 public String getFormat() { in getFormat() method in MockPrivateKey2
/libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/
DSecretKeyTest.java50 public String getFormat() { in getFormat() method in SecretKeyTest.checkSecretKey
/libcore/ojluni/annotations/flagged_api/java/security/spec/
DPKCS8EncodedKeySpec.annotated.java38 public final java.lang.String getFormat() { throw new RuntimeException("Stub!"); } in getFormat() method in PKCS8EncodedKeySpec
DX509EncodedKeySpec.annotated.java39 public final java.lang.String getFormat() { throw new RuntimeException("Stub!"); } in getFormat() method in X509EncodedKeySpec

123