Uses of Class
org.mozilla.jss.netscape.security.util.DerValue
Packages that use DerValue
Package
Description
-
Uses of DerValue in org.mozilla.jss.netscape.security.extensions
Constructors in org.mozilla.jss.netscape.security.extensions with parameters of type DerValueModifierConstructorDescriptionConstructs scope with der value. -
Uses of DerValue in org.mozilla.jss.netscape.security.pkcs
Fields in org.mozilla.jss.netscape.security.pkcs declared as DerValueMethods in org.mozilla.jss.netscape.security.pkcs that return DerValueMethods in org.mozilla.jss.netscape.security.pkcs with parameters of type DerValueModifier and TypeMethodDescriptionprivate void
Decode a PKCS9 attribute.static PKCS8Key
Construct PKCS#8 subject public key from a DER value.private void
PKCS7.parseSignedData
(DerValue val) Constructors in org.mozilla.jss.netscape.security.pkcs with parameters of type DerValueModifierConstructorDescriptionContentInfo
(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 org.mozilla.jss.netscape.security.util
Methods in org.mozilla.jss.netscape.security.util that return DerValueModifier and TypeMethodDescriptionDerInputStream.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 org.mozilla.jss.netscape.security.util with parameters of type DerValueModifier and TypeMethodDescriptionboolean
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
Marshals the contents of a set on the output stream without ordering the elements. -
Uses of DerValue in org.mozilla.jss.netscape.security.x509
Fields in org.mozilla.jss.netscape.security.x509 declared as DerValueModifier and TypeFieldDescriptionprotected DerValue
ACertAttrSet.mDerValue
protected DerValue
AlgorithmId.params
Parameters for this algorithm.(package private) DerValue
AVA.value
Methods in org.mozilla.jss.netscape.security.x509 that return DerValueModifier and TypeMethodDescription(package private) DerValue
RDN.findAttribute
(ObjectIdentifier oid) private DerValue
X500Name.findAttribute
(ObjectIdentifier attribute) Find the first instance of this attribute in a "top down" search of all the attributes in the name.ACertAttrSet.getDerValue()
AVA.getValue()
Returns the value in this AVA as a DerValueAVAValueConverter.getValue
(byte[] berStream) Converts a BER encoded value to a DER encoded attribute value.Converts a string to a DER encoded attribute value.Converts a string to a DER encoded attribute value.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.Like getValue(String) with specified DER tags as encoding order.GenericValueConverter.getValue
(byte[] berByteStream) Creates a DerValue from the byte array of BER encoded value.Converts a string to a DER encoded ASN.1 primtable string, defined here as a PrintableString, IA5String, T.61String, BMPString or UniversalString.IA5StringConverter.getValue
(byte[] berStream) PrintableConverter.getValue
(byte[] berStream) Converts a BER encoded value of PrintableString to a DER encoded value.Converts a string with ASN.1 Printable characters to a 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.LdapV3DNStrConverter.parseAVAValue
(String avaValueString, ObjectIdentifier oid) Converts a AVA value from a Ldap dn string to a DerValue according the attribute type.LdapV3DNStrConverter.parseAVAValue
(String avaValueString, ObjectIdentifier oid, byte[] encodingOrder) Like parseAVAValue(String) with a DER encoding order given as argument for Directory Strings.Methods in org.mozilla.jss.netscape.security.x509 with parameters of type DerValueModifier and TypeMethodDescriptionprivate void
private void
private void
private void
construct - expects this in the inputstream (from the router): 211 30 31: SEQUENCE { 213 06 10: OBJECT IDENTIFIER '2 16 840 1 113733 1 9 8' 225 31 17: SET { 227 04 15: OCTET STRING, encapsulates { 229 30 13: SEQUENCE { 231 30 11: SEQUENCE { 233 06 3: OBJECT IDENTIFIER keyUsage (2 5 29 15) 238 04 4: OCTET STRING : 03 02 05 A0 : } : } : } or this (from IRE client): 262 30 51: SEQUENCE { 264 06 9: OBJECT IDENTIFIER extensionReq (1 2 840 113549 1 9 14) 275 31 38: SET { 277 30 36: SEQUENCE { 279 30 34: SEQUENCE { 281 06 3: OBJECT IDENTIFIER subjectAltName (2 5 29 17) 286 04 27: OCTET STRING : 30 19 87 04 D0 0C 3E 6F 81 03 61 61 61 82 0C 61 : 61 61 2E 6D 63 6F 6D 2E 63 6F 6D : } : } : } : }private void
private void
Attribute.decodeThis
(DerValue val) private void
OtherName.decodeThis
(DerValue derVal) private void
SubjectDirAttributesExtension.decodeThis
(DerValue derVal) private void
Attribute.decodeValueSet
(DerValue val) LdapV3DNStrConverter.encodeValue
(DerValue attrValue, ObjectIdentifier oid) Converts a value as a DerValue to a string in a Ldap V3 DN String.RFC1779StrConverter.encodeValue
(DerValue attrValue, ObjectIdentifier oid) Converts a attribute value as a DerValue to a string in a RFC1779 Ldap DN string.AVAValueConverter.getAsString
(DerValue avaValue) Converts a DER encoded value to a string, not encoded in any form.DirStrConverter.getAsString
(DerValue avaValue) Converts a DerValue to a 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).IA5StringConverter.getAsString
(DerValue avaValue) PrintableConverter.getAsString
(DerValue avaValue) Converts a DerValue of PrintableString to a java string with PrintableString characters.private String
Returns the name component as a Java string, regardless of its encoding restrictions.static AlgorithmId
Parse (unmarshal) an ID from a DER sequence input value.private void
private void
private void
private void
private void
static X509Key
Construct X.509 subject public key from a DER value.static PublicKey
X509Key.parsePublicKey
(DerValue in) Constructors in org.mozilla.jss.netscape.security.x509 with parameters of type DerValueModifierConstructorDescriptionACertAttrSet
(DerValue derValue) (package private)
private
AlgorithmId
(ObjectIdentifier oid, DerValue params) Construct an attribute from a der encoded object.AVA
(ObjectIdentifier type, DerValue val) Constructs an AVA from an OID and DerValue.Create the object, decoding the values from the passed DER value.Create the object from its Der encoded value.Create the CertificatePolicyInfo from the DER encoded value.Create the CertificatePolicyMap from the DER encoded value.Create the object, decoding the values from the passed DerValue.Create the object, decoding the values from the passed DER value.Create the object, decoding the values from the passed DerValue.DisplayText
(DerValue val) Create the DNSName object from the passed encoded Der value.EDIPartyName
(DerValue derValue) Create the EDIPartyName object from the passed encoded Der value.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) Create the OIDName object from the passed encoded Der value.Create the IPAddressName object from the passed encoded Der value.PolicyConstraint
(DerValue val) Create the PolicyConstraint from the DerValue.Create the object from its Der encoded value.PolicyQualifiers
(DerValue val) Create the object from its Der encoded value.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.Default constructor for this object.UniqueIdentity
(DerValue derVal) Create the object, decoding the values from the passed DER stream.Create the URIName object from the passed encoded Der value.UserNotice
(DerValue val) Constructs a name from an ASN.1 encoded 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.