Uses of Interface
netscape.security.util.DerEncoder
-
Packages that use DerEncoder Package Description netscape.security.pkcs netscape.security.util netscape.security.x509 -
-
Uses of DerEncoder in netscape.security.pkcs
Classes in netscape.security.pkcs that implement DerEncoder Modifier and Type Class Description classPKCS10AttributeRepresent a PKCS Attribute.classPKCS10AttributesThis class defines the PKCS10 attributes for the request.classPKCS9AttributeClass supporting any PKCS9 attribute except ExtendedCertificateAttribute.classSignerInfoA SignerInfo, as defined in PKCS#7's signedData type. -
Uses of DerEncoder in netscape.security.util
Classes in netscape.security.util that implement DerEncoder Modifier and Type Class Description classDerOutputStreamOutput stream marshaling DER-encoded data.Methods in netscape.security.util with parameters of type DerEncoder Modifier and Type Method Description voidDerOutputStream. putOrderedSet(byte tag, DerEncoder[] set)Marshals the contents of a set on the output stream.voidDerOutputStream. putOrderedSetOf(byte tag, DerEncoder[] set)Marshals the contents of a set on the output stream.voidDerOutputStream. putSet(byte tag, DerEncoder[] set)NSCP : Like putOrderSetOf, except not sorted. -
Uses of DerEncoder in netscape.security.x509
Classes in netscape.security.x509 that implement DerEncoder Modifier and Type Class Description classAlgIdDSAThis class identifies DSS/DSA Algorithm variants, which are distinguished by using different algorithm parameters P, Q, G.classAlgorithmIdThis class identifies algorithms, such as cryptographic transforms, each of which may be associated with parameters.classAttributeAn attribute, as identified by some attribute ID, has some particular values.classAVAX.500 Attribute-Value-Assertion (AVA): an attribute, as identified by some attribute ID, has some particular value.classX509CertImplThe X509CertImpl class represents an X.509 certificate.
-