Class CertificateScopeEntry
java.lang.Object
org.mozilla.jss.netscape.security.extensions.CertificateScopeEntry
This represents the CertificateScopeOfUse extension
as defined in draft-thayes-cert-scope-00
CertificateScopeEntry ::= SEQUENCE {
name GeneralName, -- pattern, as for NameConstraints
portNumber INTEGER OPTIONAL
}
CertificateScopeOfUse ::= SEQUENCE OF CertificateScopeEntry
- Version:
- $Revision$, $Date$
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionConstructs scope with der value.CertificateScopeEntry
(GeneralName gn, BigInt port) Constructs scope wit -
Method Summary
Modifier and TypeMethodDescriptionvoid
encode
(DerOutputStream out) Returns a GeneralNamegetPort()
Returns a porttoString()
Returns a printable representation of the CertificateRenewalWindow.
-
Field Details
-
mGn
-
mPort
-
-
Constructor Details
-
CertificateScopeEntry
Constructs scope with der value.- Throws:
IOException
-
CertificateScopeEntry
Constructs scope wit
-
-
Method Details
-
encode
- Throws:
IOException
-
getGeneralName
Returns a GeneralName -
getPort
Returns a port -
toString
Returns a printable representation of the CertificateRenewalWindow.
-