/libcore/support/src/test/java/org/apache/harmony/security/tests/support/ |
D | PrivateKeyStub.java | 37 byte [] encoded = null; field in PrivateKeyStub 47 public PrivateKeyStub(String algorithm, String format, byte[] encoded) { in PrivateKeyStub()
|
D | PublicKeyStub.java | 40 byte [] encoded = null; field in PublicKeyStub 45 public PublicKeyStub(String algorithm, String format, byte[] encoded) { in PublicKeyStub()
|
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
|
/libcore/ojluni/annotations/hiddenapi/sun/security/provider/certpath/ |
D | X509CertificatePair.java | 42 private X509CertificatePair(byte[] encoded) throws java.security.cert.CertificateException { in X509CertificatePair() 52 generateCertificatePair(byte[] encoded) throws java.security.cert.CertificateException { in generateCertificatePair() 108 private byte[] encoded; field in X509CertificatePair
|
/libcore/luni/src/main/java/libcore/util/ |
D | HexEncoding.java | 159 public static byte[] decode(String encoded) throws IllegalArgumentException { in decode() 177 public static byte[] decode(String encoded, boolean allowSingleChar) in decode() 194 public static byte[] decode(char[] encoded) throws IllegalArgumentException { in decode() 212 public static byte[] decode(char[] encoded, boolean allowSingleChar) in decode()
|
/libcore/ojluni/src/main/java/java/security/ |
D | PKCS12Attribute.java | 47 private final byte[] encoded; field in PKCS12Attribute 125 public PKCS12Attribute(byte[] encoded) { in PKCS12Attribute() 254 private void parse(byte[] encoded) throws IOException { in parse()
|
D | KeyRep.java | 110 private byte[] encoded; field in KeyRep 130 String format, byte[] encoded) { in KeyRep()
|
/libcore/ojluni/src/main/java/javax/net/ssl/ |
D | SNIServerName.java | 53 private final byte[] encoded; field in SNIServerName 74 protected SNIServerName(int type, byte[] encoded) { in SNIServerName()
|
/libcore/ojluni/src/test/java/net/URLDecoder/ |
D | EncodingTest.java | 88 String encoded = URLEncoder.encode("http://www.xyz.com/find?key=\u0100\u0101", in testIllegalArgument() local 109 String encoded = URLEncoder.encode(s, StandardCharsets.UTF_8.name()); in decode() local
|
/libcore/ojluni/src/main/java/sun/security/provider/certpath/ |
D | X509CertificatePair.java | 80 private byte[] encoded; field in X509CertificatePair 118 private X509CertificatePair(byte[] encoded) throws CertificateException { in X509CertificatePair() 140 (byte[] encoded) throws CertificateException { in generateCertificatePair()
|
/libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/ |
D | KeyFactoryTest.java | 512 private final byte[] encoded; field in KeyFactoryTest.TestPrivateKeySpec 521 private final byte[] encoded; field in KeyFactoryTest.TestPublicKeySpec 530 private final byte[] encoded; field in KeyFactoryTest.TestPrivateKey 536 public TestPrivateKey(byte[] encoded) { in TestPrivateKey() 555 private final byte[] encoded; field in KeyFactoryTest.TestPublicKey 561 public TestPublicKey(byte[] encoded) { in TestPublicKey()
|
D | KeyRepTest.java | 162 public KeyRepChild(KeyRep.Type type, String algorithm, String format, byte[] encoded) { in KeyRepChild()
|
/libcore/ojluni/src/test/java/net/URLEncoder/ |
D | Decoder.java | 54 String encoded = URLEncoder.encode(strings[i], enc); in testDecoder() local
|
D | URLEncodeDecode.java | 55 String encoded; in testURLEncodeDecode() local
|
D | SurrogatePairs.java | 79 String encoded = URLEncoder.encode(str, "UTF-8"); in test() local
|
/libcore/luni/annotations/flagged_api/android/crypto/hpke/ |
D | XdhKeySpec.annotated.java | 27 public XdhKeySpec(byte[] encoded) { throw new RuntimeException("Stub!"); } in XdhKeySpec()
|
/libcore/luni/src/main/java/android/crypto/hpke/ |
D | XdhKeySpec.java | 36 public XdhKeySpec(@NonNull byte[] encoded) { in XdhKeySpec()
|
/libcore/luni/src/test/java/libcore/java/net/ |
D | UrlEncodingTest.java | 258 private void assertEncoded(String encoded, String original) throws Exception { in assertEncoded() 264 private void assertRoundTrip(String original, String encoded) throws Exception { in assertRoundTrip()
|
/libcore/ojluni/src/test/java/security/cert/ |
D | CertPathEncodingTest.java | 247 assertEquals(Base64.getMimeDecoder().decode(pkcs7path.getBytes()), encoded, in testCertPathEncoding() local
|
D | AKISerialNumberTest.java | 143 private static X509Certificate getCertFromMimeEncoding(String encoded) in getCertFromMimeEncoding()
|
/libcore/ojluni/src/main/java/javax/crypto/ |
D | EncryptedPrivateKeyInfo.java | 67 private byte[] encoded = null; field in EncryptedPrivateKeyInfo 77 public EncryptedPrivateKeyInfo(byte[] encoded) in EncryptedPrivateKeyInfo()
|
/libcore/ojluni/src/main/java/java/security/cert/ |
D | PolicyQualifierInfo.java | 100 public PolicyQualifierInfo(byte[] encoded) throws IOException { in PolicyQualifierInfo()
|
/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/test/java/libcore/java/util/ |
D | LibcoreIoDerivedBase64Test.java | 68 String encoded = encode(inputBytes); in assertEncodeDecode() local 264 private static byte[] decode(byte[] encoded) { in decode()
|