Searched refs:getFormat (Results 1 - 25 of 198) sorted by path

12345678

/external/apache-harmony/auth/src/test/java/common/javax/security/auth/x500/
H A DX500PrivateCredentialTest.java147 public String getFormat() {
/external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/javax/security/auth/kerberos/
H A DKerberosKeyTest.java66 assertEquals("format", "RAW", key.getFormat());
109 assertEquals("format", "RAW", key.getFormat());
191 key.getFormat();
H A DKerberosTicketTest.java334 assertEquals("format", "RAW", sKey.getFormat());
/external/apache-harmony/crypto/src/test/api/java/org/apache/harmony/crypto/tests/javax/crypto/
H A DEncryptedPrivateKeyInfoTest.java1255 public String getFormat() {
1397 public String getFormat() {
H A DSecretKeyTest.java58 public String getFormat() { method in class:SecretKeyTest.checkSecretKey
/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/crypto/src/test/api/java/org/apache/harmony/crypto/tests/javax/crypto/spec/
H A DSecretKeySpecTest.java171 * getFormat() method testing. Tests that returned value is "RAW".
179 ks.getFormat() == "RAW");
/external/apache-harmony/crypto/src/test/impl/java/org/apache/harmony/crypto/tests/javax/crypto/
H A DMac_ImplTest.java273 public String getFormat() { method in class:Mac_ImplTest.tmpKey
/external/apache-harmony/crypto/src/test/support/common/java/org/apache/harmony/crypto/tests/support/
H A DMyExemptionMechanismSpi.java107 public String getFormat() { method in class:MyExemptionMechanismSpi.tmpKey
126 public String getFormat() { method in class:MyExemptionMechanismSpi.tmp1Key
/external/apache-harmony/security/src/test/api/java.injected/java/security/
H A DSignatureTest.java275 public String getFormat() { method in class:SignatureTest.MyKey
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/
H A DIdentity2Test.java72 public String getFormat() { method in class:Identity2Test.CertificateImpl
H A DKSPrivateKeyEntryTest.java192 public String getFormat() { method in class:KSPrivateKeyEntryTest.tmpPrivateKey
H A DKSSecretKeyEntryTest.java81 public String getFormat() { method in class:tmpSecretKey
H A DKeyPairTest.java41 public String getFormat() {
54 public String getFormat() {
H A DKeyStore2Test.java373 equality &= returnedKey.getFormat().equals(privateKey.getFormat());
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
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/cert/
H A DPKIXCertPathBuilderResultTest.java56 public String getFormat() {
H A DPKIXCertPathValidatorResultTest.java47 public String getFormat() {
H A DX509CertSelectorTest.java131 assertEquals("X.509", key.getFormat());
/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

Completed in 270 milliseconds

12345678