Uses of Class
netscape.security.util.DerValue
-
Packages that use DerValue Package Description com.netscape.certsrv.base netscape.security.extensions netscape.security.pkcs netscape.security.util netscape.security.x509 -
-
Uses of DerValue in com.netscape.certsrv.base
Methods in com.netscape.certsrv.base that return DerValue Modifier and Type Method Description DerValue
KeyGenInfo. getDerChallenge()
Get Challenge phrase in DerValue formDerValue
KeyGenInfo. getDerSPKI()
Get SPKI in DerValue form -
Uses of DerValue in netscape.security.extensions
Constructors in netscape.security.extensions with parameters of type DerValue Constructor Description CertificateScopeEntry(DerValue val)
Constructs scope with der value. -
Uses of DerValue in netscape.security.pkcs
Methods in netscape.security.pkcs that return DerValue Modifier and Type Method Description DerValue
ContentInfo. getContent()
Methods in netscape.security.pkcs with parameters of type DerValue Modifier and Type Method Description static PKCS8Key
PKCS8Key. parse(DerValue in)
Construct PKCS#8 subject public key from a DER value.Constructors in netscape.security.pkcs with parameters of type DerValue Constructor Description ContentInfo(ObjectIdentifier contentType, DerValue content)
PKCS10Attribute(DerValue derVal)
Constructs an attribute from a DER encoded array of bytes.PKCS9Attribute(DerValue derVal)
Construct a PKCS9Attribute from its encoding on an input stream. -
Uses of DerValue in netscape.security.util
Methods in netscape.security.util that return DerValue Modifier and Type Method Description DerValue
DerInputStream. getDerValue()
Get a single DER-encoded value from the input stream.DerValue[]
DerInputStream. getSequence(int startLen)
Return a sequence of encoded entities.DerValue[]
DerInputStream. getSet(int startLen)
Return a set of encoded entities.DerValue[]
DerInputStream. getSet(int startLen, boolean implicit)
Return a set of encoded entities.protected DerValue[]
DerInputStream. readVector(int startLen)
Methods in netscape.security.util with parameters of type DerValue Modifier and Type Method Description boolean
DerValue. equals(DerValue other)
Bitwise equality comparison.void
DerOutputStream. putDerValue(DerValue val)
Marshals pre-encoded DER value onto the output stream.void
DerOutputStream. putSequence(DerValue[] seq)
Marshals a sequence on the output stream.void
DerOutputStream. putSet(DerValue[] set)
Marshals the contents of a set on the output stream without ordering the elements. -
Uses of DerValue in netscape.security.x509
Fields in netscape.security.x509 declared as DerValue Modifier and Type Field Description protected DerValue
ACertAttrSet. mDerValue
protected DerValue
AlgorithmId. params
Parameters for this algorithm.Methods in netscape.security.x509 that return DerValue Modifier and Type Method Description DerValue
ACertAttrSet. getDerValue()
DerValue
AVA. getValue()
Returns the value in this AVA as a DerValueDerValue
AVAValueConverter. getValue(byte[] berStream)
Converts a BER encoded value to a DER encoded attribute value.DerValue
AVAValueConverter. getValue(java.lang.String valueString)
Converts a string to a DER encoded attribute value.DerValue
AVAValueConverter. getValue(java.lang.String valueString, byte[] tags)
Converts a string to a DER encoded attribute value.DerValue
DirStrConverter. getValue(byte[] berByteStream)
Creates a DerValue from a BER encoded value, obtained from for example a attribute value in octothorpe form of a Ldap DN string.DerValue
DirStrConverter. getValue(java.lang.String ds)
DerValue
DirStrConverter. getValue(java.lang.String valueString, byte[] tags)
Like getValue(String) with specified DER tags as encoding order.DerValue
GenericValueConverter. getValue(byte[] berByteStream)
Creates a DerValue from the byte array of BER encoded value.DerValue
GenericValueConverter. getValue(java.lang.String s)
Converts a string to a DER encoded ASN.1 primtable string, defined here as a PrintableString, IA5String, T.61String, BMPString or UniversalString.DerValue
GenericValueConverter. getValue(java.lang.String valueString, byte[] tags)
DerValue
IA5StringConverter. getValue(byte[] berStream)
DerValue
IA5StringConverter. getValue(java.lang.String valueString)
DerValue
IA5StringConverter. getValue(java.lang.String valueString, byte[] tags)
DerValue
PrintableConverter. getValue(byte[] berStream)
Converts a BER encoded value of PrintableString to a DER encoded value.DerValue
PrintableConverter. getValue(java.lang.String valueString)
Converts a string with ASN.1 Printable characters to a DerValue.DerValue
PrintableConverter. getValue(java.lang.String valueString, byte[] tags)
DerValue
LdapV3DNStrConverter. parseAVAValue(byte[] berValue, ObjectIdentifier oid)
Converts a value in BER encoding, for example given in octothorpe form in a Ldap v3 dn string, to a DerValue.DerValue
LdapV3DNStrConverter. parseAVAValue(java.lang.String avaValueString, ObjectIdentifier oid)
Converts a AVA value from a Ldap dn string to a DerValue according the attribute type.DerValue
LdapV3DNStrConverter. parseAVAValue(java.lang.String avaValueString, ObjectIdentifier oid, byte[] encodingOrder)
Like parseAVAValue(String) with a DER encoding order given as argument for Directory Strings.Methods in netscape.security.x509 with parameters of type DerValue Modifier and Type Method Description java.lang.String
LdapV3DNStrConverter. encodeValue(DerValue attrValue, ObjectIdentifier oid)
Converts a value as a DerValue to a string in a Ldap V3 DN String.java.lang.String
RFC1779StrConverter. encodeValue(DerValue attrValue, ObjectIdentifier oid)
Converts a attribute value as a DerValue to a string in a RFC1779 Ldap DN string.java.lang.String
AVAValueConverter. getAsString(DerValue avaValue)
Converts a DER encoded value to a string, not encoded in any form.java.lang.String
DirStrConverter. getAsString(DerValue avaValue)
Converts a DerValue to a string.java.lang.String
GenericValueConverter. getAsString(DerValue avaValue)
Converts a DerValue of ASN1 Character string type to a java string (the string is not encoded in any form).java.lang.String
IA5StringConverter. getAsString(DerValue avaValue)
java.lang.String
PrintableConverter. getAsString(DerValue avaValue)
Converts a DerValue of PrintableString to a java string with PrintableString characters.static AlgorithmId
AlgorithmId. parse(DerValue val)
Parse (unmarshal) an ID from a DER sequence input value.static X509Key
X509Key. parse(DerValue in)
Construct X.509 subject public key from a DER value.static java.security.PublicKey
X509Key. parsePublicKey(DerValue in)
Constructors in netscape.security.x509 with parameters of type DerValue Constructor Description ACertAttrSet(DerValue derValue)
Attribute(DerValue val)
Construct an attribute from a der encoded object.AVA(ObjectIdentifier type, DerValue val)
Constructs an AVA from an OID and DerValue.CertificateIssuerUniqueIdentity(DerValue val)
Create the object, decoding the values from the passed DER value.CertificatePolicyId(DerValue val)
Create the object from its Der encoded value.CertificatePolicyInfo(DerValue val)
Create the CertificatePolicyInfo from the DER encoded value.CertificatePolicyMap(DerValue val)
Create the CertificatePolicyMap from the DER encoded value.CertificateSerialNumber(DerValue val)
Create the object, decoding the values from the passed DerValue.CertificateSubjectUniqueIdentity(DerValue val)
Create the object, decoding the values from the passed DER value.CertificateVersion(DerValue val)
Create the object, decoding the values from the passed DerValue.CPSuri(DerValue val)
DisplayText(DerValue val)
DNSName(DerValue derValue)
Create the DNSName object from the passed encoded Der value.EDIPartyName(DerValue derValue)
Create the EDIPartyName object from the passed encoded Der value.Extension(DerValue derVal)
Constructs an extension from a DER encoded array of bytes.GeneralName(DerValue encName)
Create the object from its DER encoded value.GeneralNames(DerValue derVal)
Create the GeneralNames, decoding from the passed DerValue.GeneralSubtree(DerValue val)
Create the object from its DER encoded form.GeneralSubtrees(DerValue val)
Create the object from the passed DER encoded form.IPAddressName(DerValue derValue)
Create the IPAddressName object from the passed encoded Der value.KeyIdentifier(DerValue val)
Create a KeyIdentifier from the DER encoded value.NoticeReference(DerValue val)
OIDName(DerValue derValue)
Create the OIDName object from the passed encoded Der value.OtherName(DerValue derValue)
Create the IPAddressName object from the passed encoded Der value.PolicyConstraint(DerValue val)
Create the PolicyConstraint from the DerValue.PolicyQualifierInfo(DerValue val)
Create the object from its Der encoded value.PolicyQualifiers(DerValue val)
Create the object from its Der encoded value.Qualifier(DerValue val)
RDN(DerValue set)
Constructs a RDN from a DerValue.ReasonFlags(DerValue derVal)
Create the object from the passed DER encoded value.RevokedCertImpl(DerValue derValue)
Unmarshals a revoked certificate from its encoded form.RFC822Name(DerValue derValue)
Create the RFC822Name object from the passed encoded Der value.SerialNumber(DerValue val)
Create the object, decoding the values from the passed DerValue.SubjectDirAttributesExtension(DerValue derVal)
Default constructor for this object.UniqueIdentity(DerValue derVal)
Create the object, decoding the values from the passed DER stream.URIName(DerValue derValue)
Create the URIName object from the passed encoded Der value.UserNotice(DerValue val)
X500Name(DerValue value)
Constructs a name from an ASN.1 encoded value.X509Cert(DerValue derVal)
Deprecated.Unmarshal a certificate from its encoded form, parsing a DER value.X509CertImpl(DerValue derVal)
Unmarshal a certificate from its encoded form, parsing a DER value.X509CertInfo(DerValue derVal)
Unmarshal a certificate from its encoded form, parsing a DER value.
-