Home
last modified time | relevance | path

Searched defs:encoded (Results 1 – 23 of 23) sorted by relevance

/libcore/support/src/test/java/org/apache/harmony/security/tests/support/
DPublicKeyStub.java40 byte [] encoded = null; field in PublicKeyStub
45 public PublicKeyStub(String algorithm, String format, byte[] encoded) { in PublicKeyStub()
DPrivateKeyStub.java37 byte [] encoded = null; field in PrivateKeyStub
47 public PrivateKeyStub(String algorithm, String format, byte[] encoded) { in PrivateKeyStub()
DKeyStoreTestSupport.java66 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()
DMyKeyPairGenerator1.java99 private byte[] encoded; field in MyKeyPairGenerator1.PubKey
125 private byte[] encoded; field in MyKeyPairGenerator1.PrivKey
DTestCertUtils.java151 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/
DPolicyQualifierInfo.java31 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/
DX509PublicKey.java24 private final byte[] encoded; field in X509PublicKey
27 public X509PublicKey(String algorithm, byte[] encoded, byte[] keyBytes) { in X509PublicKey()
DDNParser.java57 private byte[] encoded; field in DNParser
/libcore/luni/src/main/java/java/security/
DKeyRep.java44 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/
DASN1Type.java81 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()
DDerInputStream.java39 public DerInputStream(byte[] encoded) throws IOException { in DerInputStream()
43 public DerInputStream(byte[] encoded, int offset, int encodingLen) throws IOException { in DerInputStream()
DBerInputStream.java75 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()
DBerOutputStream.java34 public byte[] encoded; field in BerOutputStream
/libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
DKeyFactoryTest.java508 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()
DKeyRepTest.java162 public KeyRepChild(KeyRep.Type type, String algorithm, String format, byte[] encoded) { in KeyRepChild()
/libcore/luni/src/main/java/org/apache/harmony/security/x501/
DAttributeValue.java50 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()
DName.java46 private volatile byte[] encoded; field in Name
/libcore/luni/src/test/java/libcore/java/net/
DUrlEncodingTest.java253 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/
DEncryptedPrivateKeyInfo.java68 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/
DCipherThread.java50 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/
DJarURLConnection.java196 private static String decode(String encoded) throws MalformedURLException { in decode()
/libcore/luni/src/test/java/libcore/javax/net/ssl/
DDefaultHostnameVerifierTest.java303 X509Certificate parseCertificate(String encoded) throws Exception { in parseCertificate()
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/security/auth/x500/
DX500PrincipalTest.java3038 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()