HomeSort by relevance Sort by last modified time
    Searched defs:getEncoded (Results 26 - 50 of 284) sorted by null

12 3 4 5 6 7 8 91011>>

  /libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/
SecretKeyTest.java 53 public byte[] getEncoded() {
  /libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
KeyPairTest.java 47 public byte[] getEncoded() {
60 public byte[] getEncoded() {
KeyTest.java 51 public byte[] getEncoded() {
PrivateKeyTest.java 53 public byte[] getEncoded() {
PublicKeyTest.java 51 public byte[] getEncoded() {
  /libcore/ojluni/src/main/java/java/security/cert/
PolicyQualifierInfo.java 137 public final byte[] getEncoded() {
X509CRLEntry.java 86 byte[] thisCRLEntry = this.getEncoded();
87 byte[] otherCRLEntry = ((X509CRLEntry)other).getEncoded();
109 byte[] entryData = this.getEncoded();
126 public abstract byte[] getEncoded() throws CRLException;
  /libcore/ojluni/src/main/java/javax/crypto/spec/
SecretKeySpec.java 183 public byte[] getEncoded() {
230 byte[] thatKey = ((SecretKey)obj).getEncoded();
  /libcore/ojluni/src/main/java/javax/security/cert/
Certificate.java 82 byte[] thisCert = this.getEncoded();
83 byte[] otherCert = ((Certificate)other).getEncoded();
105 byte[] certData = this.getEncoded();
125 public abstract byte[] getEncoded() throws CertificateEncodingException;
  /libcore/support/src/test/java/org/apache/harmony/security/tests/support/
PrivateKeyStub.java 71 * @see java.security.Key#getEncoded()
73 public byte[] getEncoded() {
PublicKeyStub.java 68 * @see java.security.Key#getEncoded()
70 public byte[] getEncoded() {
  /tools/apksig/src/main/java/com/android/apksig/internal/util/
GuaranteedEncodedFormX509Certificate.java 24 * {@link X509Certificate} whose {@link #getEncoded()} returns the data provided at construction
39 public byte[] getEncoded() throws CertificateEncodingException {
49 byte[] a = this.getEncoded();
50 byte[] b = ((GuaranteedEncodedFormX509Certificate) o).getEncoded();
61 mHash = Arrays.hashCode(this.getEncoded());
  /cts/apps/VpnApp/src/com/android/cts/vpnfirewall/
PingReflector.java 85 packet.setData(echo.getEncoded());
86 writePacket(packet.getEncoded());
IcmpMessage.java 47 if (!Arrays.equals(original, getEncoded())) {
52 public byte[] getEncoded() throws IOException {
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/rsa/
BCRSAPublicKey.java 107 public byte[] getEncoded()
171 out.writeObject(algorithmIdentifier.getEncoded());
  /tools/apksig/src/test/java/com/android/apksig/internal/asn1/ber/
BerDataValueTest.java 71 assertByteBufferEquals(HexEncoding.decode("aa"), TEST_VALUE1.getEncoded());
72 assertByteBufferEquals(HexEncoding.decode("cc"), TEST_VALUE2.getEncoded());
79 ByteBuffer encoded = TEST_VALUE1.getEncoded();
82 assertByteBufferEquals(HexEncoding.decode("aa"), TEST_VALUE1.getEncoded());
120 assertByteBufferEquals(HexEncoding.decode("30020304"), reader.readDataValue().getEncoded());
121 assertByteBufferEquals(HexEncoding.decode("0500"), reader.readDataValue().getEncoded());
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
ASN1Object.java 20 public byte[] getEncoded()
38 public byte[] getEncoded(
61 return this.getEncoded();
  /frameworks/base/keystore/java/android/security/keystore/
AndroidKeyStoreKey.java 57 public byte[] getEncoded() {
  /frameworks/base/wifi/java/android/net/wifi/
ParcelUtil.java 60 dest.writeByteArray(key.getEncoded());
97 certBytes = cert.getEncoded();
  /libcore/luni/src/test/java/org/apache/harmony/crypto/tests/support/
MyExemptionMechanismSpi.java 120 public byte[] getEncoded() {
136 public byte[] getEncoded() {
  /libcore/ojluni/src/main/java/java/security/
AlgorithmParameters.java 49 * obtained via a call to {@code getEncoded}.
456 public final byte[] getEncoded() throws IOException
478 public final byte[] getEncoded(String format) throws IOException
  /libcore/ojluni/src/main/java/javax/net/ssl/
SNIServerName.java 106 public final byte[] getEncoded() {
  /libcore/luni/src/test/java/tests/security/cert/
X509CRLEntryTest.java 65 public byte[] getEncoded() throws CRLException {
88 public byte[] getEncoded() throws CRLException {
103 assertNull(tbt_crlentry.getEncoded());
119 public byte[] getEncoded() {
125 public byte[] getEncoded() {
131 public byte[] getEncoded() {
169 public byte[] getEncoded() {
188 public byte[] getEncoded() {
194 tbt.getEncoded();
  /external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cert/ocsp/
OCSPResp.java 109 public byte[] getEncoded()
112 return resp.getEncoded();
  /external/conscrypt/common/src/main/java/org/conscrypt/
OpenSSLRSAPublicKey.java 98 public byte[] getEncoded() {

Completed in 642 milliseconds

12 3 4 5 6 7 8 91011>>