Searched defs:derVal (Results 1 – 23 of 23) sorted by relevance
43 private void construct(DerValue derVal) throws IOException { in construct()75 DerValue derVal = in.getDerValue(); in SerialNumber() local96 DerValue derVal = new DerValue(in); in SerialNumber() local
68 DerValue derVal = in.getDerValue(); in UniqueIdentity() local79 public UniqueIdentity(DerValue derVal) throws IOException { in UniqueIdentity()
75 private void construct(DerValue derVal) throws IOException { in construct()118 DerValue derVal = in.getDerValue(); in CertificateVersion() local131 DerValue derVal = new DerValue(in); in CertificateVersion() local
71 private void construct(DerValue derVal) throws IOException { in construct()127 DerValue derVal = in.getDerValue(); in CertificateValidity() local
55 public GeneralNames(DerValue derVal) throws IOException { in GeneralNames()
92 DerValue derVal = new DerValue(in); in CertificateIssuerName() local
92 DerValue derVal = new DerValue(in); in CertificateSubjectName() local
75 public Extension(DerValue derVal) throws IOException { in Extension()
446 private void parse(DerValue derVal) in parse()
304 public X509CertImpl(DerValue derVal) throws CertificateException { in X509CertImpl()322 public X509CertImpl(DerValue derVal, byte[] encoded) in X509CertImpl()
165 public X509CertInfo(DerValue derVal) throws CertificateParsingException { in X509CertInfo()
45 public UniqueIdentity(sun.security.util.DerValue derVal) throws java.io.IOException { in UniqueIdentity()
54 private void construct(sun.security.util.DerValue derVal) throws java.io.IOException { in construct()
35 public GeneralNames(sun.security.util.DerValue derVal) throws java.io.IOException { in GeneralNames()
37 public Extension(sun.security.util.DerValue derVal) throws java.io.IOException { in Extension()
55 private void construct(sun.security.util.DerValue derVal) throws java.io.IOException { in construct()
58 private void construct(sun.security.util.DerValue derVal) throws java.io.IOException { in construct()
125 private void parse(sun.security.util.DerValue derVal) in parse()
47 public X509CertImpl(sun.security.util.DerValue derVal) in X509CertImpl()52 public X509CertImpl(sun.security.util.DerValue derVal, byte[] encoded) in X509CertImpl()
41 public X509CertInfo(sun.security.util.DerValue derVal) in X509CertInfo()
45 public PKCS9Attribute(sun.security.util.DerValue derVal) throws java.io.IOException { in PKCS9Attribute()
698 DerValue derVal = tmp.getDerValue(); in SingleResponse() local
482 public PKCS9Attribute(DerValue derVal) throws IOException { in PKCS9Attribute()