Class KJUR.asn1.tsp.PKIStatus
Extends
KJUR.asn1.ASN1Object.
class for TSP PKIStatus ASN.1 object
Defined in: asn1tsp-1.0.js.
| Constructor Attributes | Constructor Name and Description |
|---|---|
|
KJUR.asn1.tsp.PKIStatus(params)
class for TSP PKIStatus ASN.1 object
PKIStatus ::= INTEGER {
granted (0),
grantedWithMods (1),
rejection (2),
waiting (3),
revocationWarning (4),
revocationNotification (5) }
|
- Fields borrowed from class KJUR.asn1.ASN1Object:
- hL, hT, hTLV, hV, isModified, params
- Methods borrowed from class KJUR.asn1.ASN1Object:
- getEncodedHex, getLengthHexFromValue, getValueHex, tohex
Class Detail
KJUR.asn1.tsp.PKIStatus(params)
class for TSP PKIStatus ASN.1 object
PKIStatus ::= INTEGER {
granted (0),
grantedWithMods (1),
rejection (2),
waiting (3),
revocationWarning (4),
revocationNotification (5) }
new KJUR.asn1.tsp.PKIStatus('granted')
new KJUR.asn1.tsp.PKIStatus(2)
- Parameters:
- {Array} params
- associative array of parameters
- Since:
- jsrsasign 4.6.0 asn1tsp 1.0.0