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 voidGeneralNames. encode(DerOutputStream out)Write the extension to the DerOutputStream.static voidCRLDistributionPoint. main(java.lang.String[] args)voidCRLDistributionPoint. setCRLIssuer(GeneralNames CRLIssuer)Sets the CRLIssuer for the CRL at this distribution point.voidCRLDistributionPoint. setFullName(GeneralNames fullName)Sets thefullNameof theDistributionPointName.voidIssuingDistributionPoint. setFullName(GeneralNames fullName)Sets thefullNameof 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
-