Home
last modified time | relevance | path

Searched refs:derin (Results 1 – 8 of 8) sorted by relevance

/libcore/ojluni/src/main/java/sun/security/pkcs/
DSignerInfo.java135 public SignerInfo(DerInputStream derin) in SignerInfo() argument
138 this(derin, false); in SignerInfo()
151 public SignerInfo(DerInputStream derin, boolean oldStyle) in SignerInfo() argument
155 version = derin.getBigInteger(); in SignerInfo()
158 DerValue[] issuerAndSerialNumber = derin.getSequence(2); in SignerInfo()
165 DerValue tmp = derin.getDerValue(); in SignerInfo()
173 derin.getSet(0); in SignerInfo()
177 if ((byte)(derin.peekByte()) == (byte)0xA0) { in SignerInfo()
178 authenticatedAttributes = new PKCS9Attributes(derin); in SignerInfo()
184 tmp = derin.getDerValue(); in SignerInfo()
[all …]
DContentInfo.java105 public ContentInfo(DerInputStream derin) in ContentInfo() argument
108 this(derin, false); in ContentInfo()
121 public ContentInfo(DerInputStream derin, boolean oldStyle) in ContentInfo() argument
131 typeAndContent = derin.getSequence(2); in ContentInfo()
DPKCS7.java135 public PKCS7(DerInputStream derin) throws ParsingException { in PKCS7() argument
136 parse(derin); in PKCS7()
149 DerInputStream derin = new DerInputStream(bytes); in PKCS7() local
150 parse(derin); in PKCS7()
162 private void parse(DerInputStream derin) in parse() argument
166 derin.mark(derin.available()); in parse()
168 parse(derin, false); in parse()
171 derin.reset(); in parse()
173 parse(derin, true); in parse()
192 private void parse(DerInputStream derin, boolean oldStyle) in parse() argument
[all …]
/libcore/ojluni/annotations/mmodule/sun/security/pkcs/
DContentInfo.annotated.java54 public ContentInfo(sun.security.util.DerInputStream derin) throws java.io.IOException, sun.security… in ContentInfo() argument
67 public ContentInfo(sun.security.util.DerInputStream derin, boolean oldStyle) throws java.io.IOExcep… in ContentInfo() argument
DSignerInfo.annotated.java53 public SignerInfo(DerInputStream derin) throws java.io.IOException, sun.security.pkcs.ParsingExcept… in SignerInfo() argument
56 public SignerInfo(DerInputStream derin, boolean oldStyle) throws java.io.IOException, sun.security.… in SignerInfo() argument
DPKCS7.annotated.java50 public PKCS7(DerInputStream derin) throws sun.security.pkcs.ParsingException { throw new RuntimeExc… in PKCS7() argument
/libcore/ojluni/annotations/hiddenapi/sun/security/pkcs/
DContentInfo.java45 public ContentInfo(sun.security.util.DerInputStream derin) in ContentInfo() argument
50 public ContentInfo(sun.security.util.DerInputStream derin, boolean oldStyle) in ContentInfo() argument
DSignerInfo.java59 public SignerInfo(sun.security.util.DerInputStream derin) in SignerInfo() argument
64 public SignerInfo(sun.security.util.DerInputStream derin, boolean oldStyle) in SignerInfo() argument