Home
last modified time | relevance | path

Searched defs:derValue (Results 1 – 14 of 14) sorted by relevance

/libcore/ojluni/src/main/java/sun/security/x509/
DX400Address.java355 public X400Address(DerValue derValue) throws IOException { in X400Address()
373 DerValue derValue = new DerValue(nameValue); in encode() local
DOIDName.java51 public OIDName(DerValue derValue) throws IOException { in OIDName()
DAccessDescription.java61 public AccessDescription(DerValue derValue) throws IOException { in AccessDescription()
DDNSName.java64 public DNSName(DerValue derValue) throws IOException { in DNSName()
DRFC822Name.java53 public RFC822Name(DerValue derValue) throws IOException { in RFC822Name()
DEDIPartyName.java82 public EDIPartyName(DerValue derValue) throws IOException { in EDIPartyName()
DOtherName.java88 public OtherName(DerValue derValue) throws IOException { in OtherName()
DIPAddressName.java81 public IPAddressName(DerValue derValue) throws IOException { in IPAddressName()
DURIName.java95 public URIName(DerValue derValue) throws IOException { in URIName()
DX509CRLEntryImpl.java131 public X509CRLEntryImpl(DerValue derValue) throws CRLException { in X509CRLEntryImpl()
/libcore/ojluni/annotations/hiddenapi/sun/security/x509/
DAccessDescription.java40 public AccessDescription(sun.security.util.DerValue derValue) throws java.io.IOException { in AccessDescription()
DURIName.java31 public URIName(sun.security.util.DerValue derValue) throws java.io.IOException { in URIName()
DX509CRLEntryImpl.java47 public X509CRLEntryImpl(sun.security.util.DerValue derValue) in X509CRLEntryImpl()
/libcore/ojluni/src/main/java/sun/security/pkcs/
DSigningCertificateInfo.java109 DerValue derValue = new DerValue(bytes); in parse() local