Searched refs:DerInputStream (Results 1 - 25 of 102) sorted by relevance

12345

/openjdk7/jdk/test/sun/security/util/DerInputBuffer/
H A DBigInteger0.java33 import sun.security.util.DerInputStream;
45 DerInputStream derin = new DerInputStream(INT_LEN0);
52 DerInputStream derin = new DerInputStream(INT0);
H A DPaddedBitString.java34 import sun.security.util.DerInputStream;
57 DerInputStream derin = new DerInputStream(DER_BITSTRING_PAD6);
65 DerInputStream derin = new DerInputStream(DER_BITSTRING_NOPAD);
H A DTimeParsing.java33 import sun.security.util.DerInputStream;
97 DerInputStream derin = new DerInputStream(b);
102 DerInputStream derin = new DerInputStream(b);
/openjdk7/jdk/test/sun/security/x509/AVA/
H A DDomainComponentEncoding.java31 import sun.security.util.DerInputStream;
50 DerInputStream dis = new DerInputStream(encoded);
57 DerInputStream is = new DerInputStream(nameseq[i].toByteArray());
H A DEmailAddressEncoding.java44 DerInputStream dis = new DerInputStream(encoded);
51 DerInputStream is = new DerInputStream(nameseq[i].toByteArray());
/openjdk7/jdk/src/share/classes/sun/security/pkcs/
H A DContentInfo.java106 public ContentInfo(DerInputStream derin)
122 public ContentInfo(DerInputStream derin, boolean oldStyle)
125 DerInputStream disType;
126 DerInputStream disTaggedContent;
136 disType = new DerInputStream(type.toByteArray());
150 = new DerInputStream(taggedContent.toByteArray());
207 DerInputStream dis = new DerInputStream(content.toByteArray());
H A DPKCS9Attributes.java33 import sun.security.util.DerInputStream;
68 * DER encoding on a DerInputStream, accepting only attributes
85 DerInputStream in) throws IOException {
104 * DER encoding on a DerInputStream. Accept all attributes
115 public PKCS9Attributes(DerInputStream in) throws IOException {
121 * DER encoding on a DerInputStream. Accept all attributes
135 public PKCS9Attributes(DerInputStream in,
147 * DER encoding on a DerInputStream. All attributes in
186 private byte[] decode(DerInputStream in) throws IOException {
194 DerInputStream derI
[all...]
H A DPKCS7.java84 parse(new DerInputStream(data));
89 * encoded bytes from the DerInputStream.
91 * @param derin a DerInputStream holding at least one PKCS7 block.
94 public PKCS7(DerInputStream derin) throws ParsingException {
107 DerInputStream derin = new DerInputStream(bytes);
120 private void parse(DerInputStream derin)
150 private void parse(DerInputStream derin, boolean oldStyle)
202 DerInputStream dis = new DerInputStream(va
[all...]
/openjdk7/jdk/src/share/classes/sun/security/util/
H A DDerValue.java71 public final DerInputStream data;
239 this.data = new DerInputStream(buffer);
252 length = DerInputStream.getLength((lenByte & 0xff), in);
268 length = DerInputStream.getLength(inbuf);
271 data = new DerInputStream(buffer);
280 data = new DerInputStream(buffer);
323 private DerInputStream init(byte stringTag, String value) throws IOException {
352 DerInputStream result = new DerInputStream(buffer);
360 private DerInputStream ini
[all...]
H A DDerInputStream.java59 public class DerInputStream { class
79 public DerInputStream(byte[] data) throws IOException { method in class:DerInputStream
94 public DerInputStream(byte[] data, int offset, int len) throws IOException { method in class:DerInputStream
117 DerInputStream(DerInputBuffer buf) { method in class:DerInputStream
132 public DerInputStream subStream(int len, boolean do_skip)
140 return new DerInputStream(newbuf);
144 * Return what has been written to this DerInputStream
346 DerInputStream newstr;
366 len = DerInputStream.getLength(buffer);
561 throw new IOException("DerInputStream
[all...]
/openjdk7/jdk/src/share/classes/sun/security/ec/
H A DECPrivateKeyImpl.java122 DerInputStream in = new DerInputStream(key);
127 DerInputStream data = derValue.data;
/openjdk7/jdk/src/share/classes/sun/security/provider/
H A DDSAPublicKey.java42 import sun.security.util.DerInputStream;
145 DerInputStream in = new DerInputStream(key);
H A DDSAPrivateKey.java42 import sun.security.util.DerInputStream;
152 DerInputStream in = new DerInputStream(key);
/openjdk7/jdk/src/share/classes/sun/security/rsa/
H A DRSAPublicKeyImpl.java107 DerInputStream in = new DerInputStream(key);
112 DerInputStream data = derValue.data;
H A DRSAPrivateCrtKeyImpl.java184 DerInputStream in = new DerInputStream(key);
189 DerInputStream data = derValue.data;
211 * Read a BigInteger from the DerInputStream.
213 static BigInteger getBigInteger(DerInputStream data) throws IOException {
/openjdk7/jdk/test/sun/security/util/Oid/
H A DOidFormat.java128 DerInputStream is = new DerInputStream(os.toByteArray());
143 DerInputStream is = new DerInputStream(os.toByteArray());
/openjdk7/jdk/test/sun/security/x509/GeneralName/
H A DEncode.java49 DerInputStream data = dv.getData();
/openjdk7/jdk/src/share/classes/sun/security/pkcs12/
H A DMacData.java31 import sun.security.util.DerInputStream;
58 MacData(DerInputStream derin)
64 DerInputStream digestIn = new DerInputStream(macData[0].toByteArray());
H A DPKCS12KeyStore.java57 import sun.security.util.DerInputStream;
246 DerInputStream in = val.toDerInputStream();
286 DerInputStream in = val.toDerInputStream();
542 private AlgorithmParameters parseAlgParameters(DerInputStream in)
1221 DerInputStream s = val.toDerInputStream();
1243 DerInputStream as = new DerInputStream(authSafeData);
1256 DerInputStream sci;
1259 sci = new DerInputStream(safeContentsArray[i].toByteArray());
1269 DerInputStream ed
[all...]
/openjdk7/jdk/test/sun/security/krb5/auto/
H A DSpnegoReqFlags.java33 import sun.security.util.DerInputStream;
61 DerInputStream ins = d.data; // OID + mech token
/openjdk7/jdk/test/java/security/cert/CertPathValidator/trustAnchor/
H A DValidateNC.java54 import sun.security.util.DerInputStream;
102 DerInputStream in = new DerInputStream(nameConstraints);
/openjdk7/jdk/src/share/classes/sun/security/x509/
H A DPrivateKeyUsageExtension.java140 DerInputStream str = new DerInputStream(this.extensionValue);
156 str = new DerInputStream(opt.toByteArray());
166 str = new DerInputStream(opt.toByteArray());
H A DSerialNumber.java71 * @param in the DerInputStream to read the SerialNumber from.
74 public SerialNumber(DerInputStream in) throws IOException {
/openjdk7/jdk/src/share/classes/com/sun/crypto/provider/
H A DBlockCipherParamsCore.java71 DerInputStream der = new DerInputStream(encoded);
/openjdk7/jdk/test/sun/security/x509/X509CRLImpl/
H A DOrderAndDup.java35 import sun.security.util.DerInputStream;
83 DerValue[] d2 = new DerInputStream(

Completed in 3964 milliseconds

12345