Uses of Interface
org.mozilla.jss.netscape.security.util.DerEncoder
Packages that use DerEncoder
Package
Description
-
Uses of DerEncoder in org.mozilla.jss.netscape.security.pkcs
Classes in org.mozilla.jss.netscape.security.pkcs that implement DerEncoderModifier and TypeClassDescriptionclass
Represent a PKCS Attribute.class
This class defines the PKCS10 attributes for the request.class
Class supporting any PKCS9 attribute except ExtendedCertificateAttribute.class
A SignerInfo, as defined in PKCS#7's signedData type.Methods in org.mozilla.jss.netscape.security.pkcs that return DerEncoderModifier and TypeMethodDescription(package private) static DerEncoder[]
PKCS9Attributes.castToDerEncoder
(Object[] objs) Cast an object array whose components areDerEncoder
s toDerEncoder[]
. -
Uses of DerEncoder in org.mozilla.jss.netscape.security.util
Classes in org.mozilla.jss.netscape.security.util that implement DerEncoderModifier and TypeClassDescriptionclass
Output stream marshaling DER-encoded data.Methods in org.mozilla.jss.netscape.security.util with parameters of type DerEncoderModifier and TypeMethodDescriptionvoid
DerOutputStream.putOrderedSet
(byte tag, DerEncoder[] set) Marshals the contents of a set on the output stream.private void
DerOutputStream.putOrderedSet
(byte tag, DerEncoder[] set, Comparator<byte[]> order) Marshals a the contents of a set on the output stream with the encodings of its sorted in increasing order.void
DerOutputStream.putOrderedSetOf
(byte tag, DerEncoder[] set) Marshals the contents of a set on the output stream.void
DerOutputStream.putSet
(byte tag, DerEncoder[] set) NSCP : Like putOrderSetOf, except not sorted. -
Uses of DerEncoder in org.mozilla.jss.netscape.security.x509
Classes in org.mozilla.jss.netscape.security.x509 that implement DerEncoderModifier and TypeClassDescriptionfinal class
This class identifies DSS/DSA Algorithm variants, which are distinguished by using different algorithm parameters P, Q, G.class
This class identifies algorithms, such as cryptographic transforms, each of which may be associated with parameters.final class
An attribute, as identified by some attribute ID, has some particular values.final class
X.500 Attribute-Value-Assertion (AVA): an attribute, as identified by some attribute ID, has some particular value.class
The X509CertImpl class represents an X.509 certificate.