public class CertificateScopeEntry
extends java.lang.Object
| Constructor and Description |
|---|
CertificateScopeEntry(DerValue val)
Constructs scope with der value.
|
CertificateScopeEntry(GeneralName gn,
BigInt port)
Constructs scope wit
|
| Modifier and Type | Method and Description |
|---|---|
void |
encode(DerOutputStream out) |
GeneralName |
getGeneralName()
Returns a GeneralName
|
BigInt |
getPort()
Returns a port
|
java.lang.String |
toString()
Returns a printable representation of the CertificateRenewalWindow.
|
public CertificateScopeEntry(DerValue val) throws java.io.IOException
java.io.IOExceptionpublic CertificateScopeEntry(GeneralName gn, BigInt port)
public void encode(DerOutputStream out) throws java.io.IOException
java.io.IOExceptionpublic GeneralName getGeneralName()
public BigInt getPort()
public java.lang.String toString()
toString in class java.lang.Object