| /libcore/support/src/test/java/org/apache/harmony/security/tests/support/ |
| D | PublicKeyStub.java | 40 byte [] encoded = null; field in PublicKeyStub 45 public PublicKeyStub(String algorithm, String format, byte[] encoded) { in PublicKeyStub()
|
| D | PrivateKeyStub.java | 37 byte [] encoded = null; field in PrivateKeyStub 47 public PrivateKeyStub(String algorithm, String format, byte[] encoded) { in PrivateKeyStub()
|
| D | KeyStoreTestSupport.java | 66 private byte[] encoded; field in KeyStoreTestSupport.SKey 68 public SKey(String type, byte[] encoded) { in SKey() 94 private byte[] encoded; field in KeyStoreTestSupport.MyPrivateKey 96 public MyPrivateKey(String algorithm, String format, byte[] encoded) { in MyPrivateKey()
|
| D | MyKeyPairGenerator1.java | 99 private byte[] encoded; field in MyKeyPairGenerator1.PubKey 125 private byte[] encoded; field in MyKeyPairGenerator1.PrivKey
|
| D | TestCertUtils.java | 151 private static final byte[] encoded = new byte[] { 1, 2, 3, 4, 5, 6, 7, field in TestCertUtils.TestCertPath 280 private static final byte[] encoded = new byte[] { 1, 2, 3, 4, 5, 6, 7, field in TestCertUtils.TestPublicKey 306 private static final byte[] encoded = new byte[] { 1, 2, 3, 4, 5, 6, 7, field in TestCertUtils.TestCertificate
|
| /libcore/luni/src/main/java/java/security/cert/ |
| D | PolicyQualifierInfo.java | 31 private final byte[] encoded; field in PolicyQualifierInfo 48 public PolicyQualifierInfo(byte[] encoded) throws IOException { in PolicyQualifierInfo()
|
| /libcore/luni/src/main/java/org/apache/harmony/security/x509/ |
| D | X509PublicKey.java | 24 private final byte[] encoded; field in X509PublicKey 27 public X509PublicKey(String algorithm, byte[] encoded, byte[] keyBytes) { in X509PublicKey()
|
| D | DNParser.java | 57 private byte[] encoded; field in DNParser
|
| /libcore/luni/src/main/java/java/security/ |
| D | KeyRep.java | 44 private byte[] encoded; field in KeyRep 64 public KeyRep(Type type, String algorithm, String format, byte[] encoded) { in KeyRep()
|
| /libcore/luni/src/main/java/org/apache/harmony/security/asn1/ |
| D | ASN1Type.java | 81 public final Object decode(byte[] encoded) throws IOException { in decode() 85 public final Object decode(byte[] encoded, int offset, int encodingLen) in decode() 94 public final void verify(byte[] encoded) throws IOException { in verify()
|
| D | DerInputStream.java | 39 public DerInputStream(byte[] encoded) throws IOException { in DerInputStream() 43 public DerInputStream(byte[] encoded, int offset, int encodingLen) throws IOException { in DerInputStream()
|
| D | BerInputStream.java | 75 public BerInputStream(byte[] encoded) throws IOException { in BerInputStream() 87 public BerInputStream(byte[] encoded, int offset, int expectedLength) throws IOException { in BerInputStream() 141 public final void reset(byte[] encoded) throws IOException { in reset()
|
| D | BerOutputStream.java | 34 public byte[] encoded; field in BerOutputStream
|
| /libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/ |
| D | KeyFactoryTest.java | 508 private final byte[] encoded; field in KeyFactoryTest.TestPrivateKeySpec 517 private final byte[] encoded; field in KeyFactoryTest.TestPublicKeySpec 526 private final byte[] encoded; field in KeyFactoryTest.TestPrivateKey 532 public TestPrivateKey(byte[] encoded) { in TestPrivateKey() 551 private final byte[] encoded; field in KeyFactoryTest.TestPublicKey 557 public TestPublicKey(byte[] encoded) { in TestPublicKey()
|
| D | KeyRepTest.java | 162 public KeyRepChild(KeyRep.Type type, String algorithm, String format, byte[] encoded) { in KeyRepChild()
|
| /libcore/luni/src/main/java/org/apache/harmony/security/x501/ |
| D | AttributeValue.java | 50 public byte[] encoded; field in AttributeValue 78 public AttributeValue(String hexString, byte[] encoded) { in AttributeValue() 104 public AttributeValue(String rawString, byte[] encoded, int tag) { in AttributeValue()
|
| D | Name.java | 46 private volatile byte[] encoded; field in Name
|
| /libcore/luni/src/test/java/libcore/java/net/ |
| D | UrlEncodingTest.java | 253 private void assertEncoded(String encoded, String original) throws Exception { in assertEncoded() 259 private void assertRoundTrip(String original, String encoded) throws Exception { in assertRoundTrip()
|
| /libcore/luni/src/main/java/javax/crypto/ |
| D | EncryptedPrivateKeyInfo.java | 68 private volatile byte[] encoded; field in EncryptedPrivateKeyInfo 81 public EncryptedPrivateKeyInfo(byte[] encoded) throws IOException { in EncryptedPrivateKeyInfo()
|
| /libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/func/ |
| D | CipherThread.java | 50 public void checkEncodedData(byte[] original, byte[] encoded) in checkEncodedData() 60 public void checkPaddedEncodedData(byte[] original, byte[] encoded, int offset) in checkPaddedEncodedData()
|
| /libcore/luni/src/main/java/java/net/ |
| D | JarURLConnection.java | 196 private static String decode(String encoded) throws MalformedURLException { in decode()
|
| /libcore/luni/src/test/java/libcore/javax/net/ssl/ |
| D | DefaultHostnameVerifierTest.java | 303 X509Certificate parseCertificate(String encoded) throws Exception { in parseCertificate()
|
| /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/security/auth/x500/ |
| D | X500PrincipalTest.java | 3038 byte[] encoded) { in add() 3044 byte[] encoded, byte mask) { in add() 3050 String canonical, byte[] encoded) { in add() 3056 String canonical, byte[] encoded, byte mask) { in add()
|