Uses of Class
netscape.security.util.DerInputStream
-
Packages that use DerInputStream Package Description com.netscape.cms.profile.common netscape.security.pkcs netscape.security.util netscape.security.x509 -
-
Uses of DerInputStream in com.netscape.cms.profile.common
Methods in com.netscape.cms.profile.common that return DerInputStream Modifier and Type Method Description DerInputStreamEnrollProfile. parseKeyGen(java.util.Locale locale, java.lang.String certreq)Methods in com.netscape.cms.profile.common with parameters of type DerInputStream Modifier and Type Method Description voidEnrollProfile. fillKeyGen(java.util.Locale locale, DerInputStream derIn, X509CertInfo info, IRequest req) -
Uses of DerInputStream in netscape.security.pkcs
Constructors in netscape.security.pkcs with parameters of type DerInputStream Constructor Description ContentInfo(DerInputStream derin)PKCS10Attributes(DerInputStream in)Create the object, decoding the values from the passed DER stream.PKCS7(DerInputStream derin)Unmarshals a PKCS7 block from its encoded form, parsing the encoded bytes from the DerInputStream.PKCS9Attributes(DerInputStream in)Construct a set of PKCS9 Attributes from its contents of its DER encoding on a DerInputStream.PKCS9Attributes(ObjectIdentifier[] permittedAttributes, DerInputStream in)Construct a set of PKCS9 Attributes from its DER encoding on a DerInputStream, accepting only attributes with OIDs on the given list.SignerInfo(DerInputStream derin) -
Uses of DerInputStream in netscape.security.util
Fields in netscape.security.util declared as DerInputStream Modifier and Type Field Description DerInputStreamDerValue. dataThe DER-encoded data of the value.Methods in netscape.security.util that return DerInputStream Modifier and Type Method Description DerInputStreamDerInputStream. subStream(int len, boolean do_skip)Creates a new DER input stream from part of this input stream.DerInputStreamDerValue. toDerInputStream()For "set" and "sequence" types, this function may be used to return a DER stream of the members of the set or sequence.Constructors in netscape.security.util with parameters of type DerInputStream Constructor Description ObjectIdentifier(DerInputStream in)Constructs an object ID from an ASN.1 encoded input stream. -
Uses of DerInputStream in netscape.security.x509
Constructors in netscape.security.x509 with parameters of type DerInputStream Constructor Description AVA(DerInputStream in)Constructs an AVA from a Der Input Stream.CertificateAlgorithmId(DerInputStream in)Create the object, decoding the values from the passed DER stream.CertificateExtensions(DerInputStream in)Create the object, decoding the values from the passed DER stream.CertificateIssuerName(DerInputStream in)Create the object, decoding the values from the passed DER stream.CertificateIssuerUniqueIdentity(DerInputStream in)Create the object, decoding the values from the passed DER stream.CertificatePolicySet(DerInputStream in)Create the object from the DerValue.CertificateSerialNumber(DerInputStream in)Create the object, decoding the values from the passed DER stream.CertificateSubjectName(DerInputStream in)Create the object, decoding the values from the passed DER stream.CertificateSubjectUniqueIdentity(DerInputStream in)Create the object, decoding the values from the passed DER stream.CertificateValidity(DerInputStream in)Create the object, decoding the values from the passed DER stream.CertificateVersion(DerInputStream in)Create the object, decoding the values from the passed DER stream.CertificateX509Key(DerInputStream in)Create the object, decoding the values from the passed DER stream.CRLExtensions(DerInputStream in)Create the object, decoding the values from the passed DER stream.Extensions(DerInputStream in)Create the object, decoding the values from the passed DER stream.RDN(DerInputStream in)Constructs a RDN from a Der Input Stream.ReasonFlags(DerInputStream in)Create the object from the passed DER encoded value.SerialNumber(DerInputStream in)Create the object, decoding the values from the passed DER stream.UniqueIdentity(DerInputStream in)Create the object, decoding the values from the passed DER stream.X500Name(DerInputStream in)Constructs a name from an ASN.1 encoded input stream.
-