Searched defs:getEncoded (Results 1 - 25 of 70) sorted by relevance

123

/libcore/luni/src/test/java/libcore/java/security/
H A DMockPrivateKey.java37 public byte[] getEncoded() { method in class:MockPrivateKey
H A DMockPrivateKey2.java37 public byte[] getEncoded() { method in class:MockPrivateKey2
H A DMockPublicKey.java37 public byte[] getEncoded() { method in class:MockPublicKey
/libcore/luni/src/test/java/libcore/javax/crypto/
H A DMockKey.java37 public byte[] getEncoded() { method in class:MockKey
H A DMockKey2.java37 public byte[] getEncoded() { method in class:MockKey2
/libcore/ojluni/src/main/java/java/security/
H A DKey.java51 * is returned using the {@link #getEncoded() getEncoded} method.
151 public byte[] getEncoded(); method in interface:Key
H A DAlgorithmParameters.java49 * obtained via a call to {@code getEncoded}.
456 public final byte[] getEncoded() throws IOException method in class:AlgorithmParameters
478 public final byte[] getEncoded(String format) throws IOException method in class:AlgorithmParameters
/libcore/ojluni/src/main/java/java/security/spec/
H A DEncodedKeySpec.java65 public byte[] getEncoded() { method in class:EncodedKeySpec
H A DPKCS8EncodedKeySpec.java83 public byte[] getEncoded() { method in class:PKCS8EncodedKeySpec
84 return super.getEncoded();
H A DX509EncodedKeySpec.java73 public byte[] getEncoded() { method in class:X509EncodedKeySpec
74 return super.getEncoded();
/libcore/support/src/test/java/org/apache/harmony/security/tests/support/cert/
H A DMyFailingCertPath.java12 public byte[] getEncoded() throws CertificateEncodingException { method in class:MyFailingCertPath
H A DMyFailingCertificate.java12 public byte[] getEncoded() throws CertificateEncodingException { method in class:MyFailingCertificate
/libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/
H A DSecretKeyTest.java53 public byte[] getEncoded() { method in class:SecretKeyTest.checkSecretKey
/libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
H A DKeyTest.java51 public byte[] getEncoded() { method in class:KeyTest.checkKey
H A DPrivateKeyTest.java53 public byte[] getEncoded() { method in class:PrivateKeyTest.checkPrivateKey
H A DPublicKeyTest.java51 public byte[] getEncoded() { method in class:PublicKeyTest.checkPublicKey
H A DKSSecretKeyEntryTest.java139 public byte[] getEncoded() { method in class:tmpSecretKey
/libcore/ojluni/src/main/java/java/security/cert/
H A DPolicyQualifierInfo.java137 public final byte[] getEncoded() { method in class:PolicyQualifierInfo
H A DX509CRLEntry.java86 byte[] thisCRLEntry = this.getEncoded();
87 byte[] otherCRLEntry = ((X509CRLEntry)other).getEncoded();
109 byte[] entryData = this.getEncoded();
126 public abstract byte[] getEncoded() throws CRLException; method in class:X509CRLEntry
/libcore/ojluni/src/main/java/javax/crypto/spec/
H A DSecretKeySpec.java183 public byte[] getEncoded() { method in class:SecretKeySpec
230 byte[] thatKey = ((SecretKey)obj).getEncoded();
/libcore/ojluni/src/main/java/javax/net/ssl/
H A DSNIServerName.java106 public final byte[] getEncoded() { method in class:SNIServerName
/libcore/ojluni/src/main/java/javax/security/cert/
H A DCertificate.java82 byte[] thisCert = this.getEncoded();
83 byte[] otherCert = ((Certificate)other).getEncoded();
105 byte[] certData = this.getEncoded();
125 public abstract byte[] getEncoded() throws CertificateEncodingException; method in class:Certificate
/libcore/support/src/test/java/org/apache/harmony/security/tests/support/
H A DPrivateKeyStub.java71 * @see java.security.Key#getEncoded()
73 public byte[] getEncoded() { method in class:PrivateKeyStub
H A DPublicKeyStub.java68 * @see java.security.Key#getEncoded()
70 public byte[] getEncoded() { method in class:PublicKeyStub
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/security/cert/
H A DCertificateTest.java45 public byte[] getEncoded() throws CertificateEncodingException { method in class:CertificateTest.TBTCert
86 public byte[] getEncoded() {
92 public byte[] getEncoded() {
98 public byte[] getEncoded() {
104 public byte[] getEncoded() {
142 public byte[] getEncoded() {
147 public byte[] getEncoded() {

Completed in 427 milliseconds

123