Uses of Class
netscape.security.x509.GeneralNamesException
-
Packages that use GeneralNamesException Package Description netscape.security.x509 -
-
Uses of GeneralNamesException in netscape.security.x509
Methods in netscape.security.x509 that throw GeneralNamesException Modifier and Type Method Description void
GeneralNames. encode(DerOutputStream out)
Write the extension to the DerOutputStream.static void
CRLDistributionPoint. main(java.lang.String[] args)
void
CRLDistributionPoint. setCRLIssuer(GeneralNames CRLIssuer)
Sets the CRLIssuer for the CRL at this distribution point.void
CRLDistributionPoint. setFullName(GeneralNames fullName)
Sets thefullName
of theDistributionPointName
.void
IssuingDistributionPoint. setFullName(GeneralNames fullName)
Sets thefullName
of theDistributionPointName
.Constructors in netscape.security.x509 that throw GeneralNamesException Constructor Description GeneralNames(DerValue derVal)
Create the GeneralNames, decoding from the passed DerValue.GeneralNames(GeneralNameInterface[] names)
Create the GeneralNames
-