Home
last modified time | relevance | path

Searched defs:getEncoded (Results 1 – 25 of 710) sorted by relevance

12345678910>>...29

/aosp_15_r20/libcore/ojluni/src/test/java/security/KeyStore/
H A DDefaultEntryType.java60 public byte[] getEncoded() { return (byte[])null; } in getEncoded() method in DefaultEntryType.PrivKey1
66 public byte[] getEncoded() { return (byte[])null; } in getEncoded() method in DefaultEntryType.PubKey1
72 public byte[] getEncoded() { return (byte[])null; } in getEncoded() method in DefaultEntryType.PubKey2
77 public byte[] getEncoded() in getEncoded() method in DefaultEntryType.Cert
92 public byte[] getEncoded() in getEncoded() method in DefaultEntryType.X509Cert
/aosp_15_r20/libcore/support/src/test/java/org/apache/harmony/security/tests/support/
H A DKeyStoreTestSupport.java77 public byte[] getEncoded() { in getEncoded() method in KeyStoreTestSupport.SKey
110 public byte[] getEncoded() { in getEncoded() method in KeyStoreTestSupport.MyPrivateKey
129 public byte[] getEncoded() throws CertificateEncodingException { in getEncoded() method in KeyStoreTestSupport.MCertificate
154 public byte[] getEncoded() { in getPublicKey() method in KeyStoreTestSupport.MCertificate
H A DTestCertUtils.java191 public byte[] getEncoded() throws CertificateEncodingException { in getEncoded() method in TestCertUtils.TestCertPath
198 public byte[] getEncoded(String encoding) in getEncoded() method in TestCertUtils.TestCertPath
289 public byte[] getEncoded() { in getEncoded() method in TestCertUtils.TestPublicKey
345 public byte[] getEncoded() throws CertificateEncodingException { in getEncoded() method in TestCertUtils.TestCertificate
460 public byte[] getEncoded() throws CertificateEncodingException { in getEncoded() method in TestCertUtils.TestX509Certificate
H A DMyKeyPairGenerator1.java115 public byte[] getEncoded() { in getEncoded() method in MyKeyPairGenerator1.PubKey
141 public byte[] getEncoded() { in getEncoded() method in MyKeyPairGenerator1.PrivKey
/aosp_15_r20/external/conscrypt/common/src/test/java/org/conscrypt/javax/crypto/
H A DXdhKeyFactoryTest.java297 public byte[] getEncoded() { in getEncoded() method in XdhKeyFactoryTest.TestPublicKey
316 public byte[] getEncoded() { in getEncoded() method in XdhKeyFactoryTest.TestPublicKeyWrongEncoding
335 public byte[] getEncoded() { in getEncoded() method in XdhKeyFactoryTest.TestPrivateKey
354 public byte[] getEncoded() { in getEncoded() method in XdhKeyFactoryTest.TestPrivateKeyWrongEncoding
/aosp_15_r20/external/conscrypt/repackaged/common/src/test/java/com/android/org/conscrypt/javax/crypto/
H A DXdhKeyFactoryTest.java303 public byte[] getEncoded() { in getEncoded() method in XdhKeyFactoryTest.TestPublicKey
322 public byte[] getEncoded() { in getEncoded() method in XdhKeyFactoryTest.TestPublicKeyWrongEncoding
341 public byte[] getEncoded() { in getEncoded() method in XdhKeyFactoryTest.TestPrivateKey
360 public byte[] getEncoded() { in getEncoded() method in XdhKeyFactoryTest.TestPrivateKeyWrongEncoding
/aosp_15_r20/external/conscrypt/common/src/main/java/org/conscrypt/
H A DOpenSSLX509CertPath.java98 private byte[] getEncoded(Encoding encoding) throws CertificateEncodingException { in getEncoded() method in OpenSSLX509CertPath
125 public byte[] getEncoded() throws CertificateEncodingException { in getEncoded() method in OpenSSLX509CertPath
130 public byte[] getEncoded(String encoding) throws CertificateEncodingException { in getEncoded() method in OpenSSLX509CertPath
/aosp_15_r20/external/conscrypt/repackaged/common/src/main/java/com/android/org/conscrypt/
H A DOpenSSLX509CertPath.java99 private byte[] getEncoded(Encoding encoding) throws CertificateEncodingException { in getEncoded() method in OpenSSLX509CertPath
126 public byte[] getEncoded() throws CertificateEncodingException { in getEncoded() method in OpenSSLX509CertPath
131 public byte[] getEncoded(String encoding) throws CertificateEncodingException { in getEncoded() method in OpenSSLX509CertPath
/aosp_15_r20/libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
H A DKeyPairTest.java47 public byte[] getEncoded() { in getPublic() method in KeyPairTest.TestKeyPair
60 public byte[] getEncoded() { in getPrivate() method
H A DKeyFactoryTest.java544 public byte[] getEncoded() { in getEncoded() method in KeyFactoryTest.TestPrivateKey
569 public byte[] getEncoded() { in getEncoded() method in KeyFactoryTest.TestPublicKey
584 public byte[] getEncoded() { in getEncoded() method in KeyFactoryTest.AnotherKey
H A DKeyStoreSpiTest.java257 public byte[] getEncoded() throws CertificateEncodingException { in getEncoded() method in MyCertificate
282 public byte[] getEncoded() { in getPublicKey() method in MyCertificate
/aosp_15_r20/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
H A DASN1Object.java31 public byte[] getEncoded() throws IOException in getEncoded() method in ASN1Object
45 public byte[] getEncoded(String encoding) throws IOException in getEncoded() method in ASN1Object
/aosp_15_r20/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/asn1/
H A DASN1Object.java33 public byte[] getEncoded() throws IOException in getEncoded() method in ASN1Object
47 public byte[] getEncoded(String encoding) throws IOException in getEncoded() method in ASN1Object
/aosp_15_r20/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/asn1/
H A DASN1Object.java36 public byte[] getEncoded() throws IOException in getEncoded() method in ASN1Object
50 public byte[] getEncoded(String encoding) throws IOException in getEncoded() method in ASN1Object
/aosp_15_r20/libcore/support/src/test/java/org/apache/harmony/security/tests/support/cert/
H A DMyCertPath.java80 public byte[] getEncoded() throws CertificateEncodingException { in getEncoded() method in MyCertPath
91 public byte[] getEncoded(String encoding) in getEncoded() method in MyCertPath
H A DMyCertificate.java63 public byte[] getEncoded() throws CertificateEncodingException { in getEncoded() method in MyCertificate
105 public byte[] getEncoded() { in getPublicKey() method
/aosp_15_r20/libcore/ojluni/annotations/hiddenapi/sun/security/provider/certpath/
H A DX509CertPath.java65 public byte[] getEncoded() throws java.security.cert.CertificateEncodingException { in getEncoded() method in X509CertPath
77 public byte[] getEncoded(java.lang.String encoding) in getEncoded() method in X509CertPath
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/security/cert/
DCertPath.java252 public abstract byte[] getEncoded() in getEncoded() method in CertPath
264 public abstract byte[] getEncoded(String encoding) in getEncoded() method in CertPath
/aosp_15_r20/libcore/ojluni/src/main/java/java/security/cert/
H A DCertPath.java252 public abstract byte[] getEncoded() in getEncoded() method in CertPath
264 public abstract byte[] getEncoded(String encoding) in getEncoded() method in CertPath
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/11/libcore/ojluni/src/main/java/java/security/cert/
DCertPath.java252 public abstract byte[] getEncoded() in getEncoded() method in CertPath
264 public abstract byte[] getEncoded(String encoding) in getEncoded() method in CertPath
/aosp_15_r20/libcore/luni/src/test/java/org/apache/harmony/crypto/tests/support/
H A DMyExemptionMechanismSpi.java120 public byte[] getEncoded() { in getEncoded() method in MyExemptionMechanismSpi.tmpKey
136 public byte[] getEncoded() { in getEncoded() method in MyExemptionMechanismSpi.tmp1Key
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/11/libcore/ojluni/src/main/java/java/security/
DAlgorithmParameters.java468 public final byte[] getEncoded() throws IOException in getEncoded() method in AlgorithmParameters
490 public final byte[] getEncoded(String format) throws IOException in getEncoded() method in AlgorithmParameters
/aosp_15_r20/libcore/ojluni/src/main/java/java/security/
H A DAlgorithmParameters.java468 public final byte[] getEncoded() throws IOException in getEncoded() method in AlgorithmParameters
490 public final byte[] getEncoded(String format) throws IOException in getEncoded() method in AlgorithmParameters
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/security/
DAlgorithmParameters.java468 public final byte[] getEncoded() throws IOException in getEncoded() method in AlgorithmParameters
490 public final byte[] getEncoded(String format) throws IOException in getEncoded() method in AlgorithmParameters
/aosp_15_r20/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/x509/
H A DPKIXCertPath.java244 public byte[] getEncoded() in getEncoded() method in PKIXCertPath
269 public byte[] getEncoded(String encoding) in getEncoded() method in PKIXCertPath

12345678910>>...29