Uses of Class
org.mozilla.jss.netscape.security.util.DerInputStream
Packages that use DerInputStream
Package
Description
-
Uses of DerInputStream in org.mozilla.jss.netscape.security.pkcs
Methods in org.mozilla.jss.netscape.security.pkcs with parameters of type DerInputStreamModifier and TypeMethodDescriptionprivate byte[]
PKCS9Attributes.decode
(DerInputStream in) Decode this set of PKCS9 attribute set from the contents of its DER encoding.private void
PKCS7.parse
(DerInputStream derin) Constructors in org.mozilla.jss.netscape.security.pkcs with parameters of type DerInputStreamModifierConstructorDescriptionContentInfo
(DerInputStream derin) 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.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 org.mozilla.jss.netscape.security.util
Fields in org.mozilla.jss.netscape.security.util declared as DerInputStreamMethods in org.mozilla.jss.netscape.security.util that return DerInputStreamModifier and TypeMethodDescriptionDerInputStream.subStream
(int len, boolean do_skip) Creates a new DER input stream from part of this input stream.DerValue.toDerInputStream()
For "set" and "sequence" types, this function may be used to return a DER stream of the members of the set or sequence.Methods in org.mozilla.jss.netscape.security.util with parameters of type DerInputStreamModifier and TypeMethodDescriptionprivate static BigInteger
ObjectIdentifier.getComponentBigInt
(DerInputStream in) private void
ObjectIdentifier.initFromEncoding
(DerInputStream in, int bufferEnd) Constructors in org.mozilla.jss.netscape.security.util with parameters of type DerInputStreamModifierConstructorDescriptionConstructs an object ID from an ASN.1 encoded input stream. -
Uses of DerInputStream in org.mozilla.jss.netscape.security.x509
Methods in org.mozilla.jss.netscape.security.x509 with parameters of type DerInputStreamConstructors in org.mozilla.jss.netscape.security.x509 with parameters of type DerInputStreamModifierConstructorDescriptionAVA
(DerInputStream in) Constructs an AVA from a Der Input Stream.Create the object, decoding the values from the passed DER stream.Create the object, decoding the values from the passed DER stream.Create the object, decoding the values from the passed DER stream.Create the object, decoding the values from the passed DER stream.Create the object from the DerValue.Create the object, decoding the values from the passed DER stream.Create the object, decoding the values from the passed DER stream.Create the object, decoding the values from the passed DER stream.Create the object, decoding the values from the passed DER stream.Create the object, decoding the values from the passed DER stream.Create the object, decoding the values from the passed DER stream.Create the object, decoding the values from the passed DER stream.Create the object, decoding the values from the passed DER stream.RDN
(DerInputStream in) Constructs a RDN from a Der Input Stream.Create the object from the passed DER encoded value.Create the object, decoding the values from the passed DER stream.Create the object, decoding the values from the passed DER stream.Constructs a name from an ASN.1 encoded input stream. -
Uses of DerInputStream in org.mozilla.jss.provider.java.security
Methods in org.mozilla.jss.provider.java.security with parameters of type DerInputStreamModifier and TypeMethodDescriptionprivate void
RSAPSSAlgorithmParameters.decode
(DerInputStream in, byte[] encoded)