Searched defs:derValue (Results 1 – 14 of 14) sorted by relevance
355 public X400Address(DerValue derValue) throws IOException { in X400Address()373 DerValue derValue = new DerValue(nameValue); in encode() local
51 public OIDName(DerValue derValue) throws IOException { in OIDName()
61 public AccessDescription(DerValue derValue) throws IOException { in AccessDescription()
64 public DNSName(DerValue derValue) throws IOException { in DNSName()
53 public RFC822Name(DerValue derValue) throws IOException { in RFC822Name()
82 public EDIPartyName(DerValue derValue) throws IOException { in EDIPartyName()
88 public OtherName(DerValue derValue) throws IOException { in OtherName()
81 public IPAddressName(DerValue derValue) throws IOException { in IPAddressName()
95 public URIName(DerValue derValue) throws IOException { in URIName()
131 public X509CRLEntryImpl(DerValue derValue) throws CRLException { in X509CRLEntryImpl()
40 public AccessDescription(sun.security.util.DerValue derValue) throws java.io.IOException { in AccessDescription()
31 public URIName(sun.security.util.DerValue derValue) throws java.io.IOException { in URIName()
47 public X509CRLEntryImpl(sun.security.util.DerValue derValue) in X509CRLEntryImpl()
109 DerValue derValue = new DerValue(bytes); in parse() local