| Package | Description |
|---|---|
| org.ejbca.cvc |
| Modifier and Type | Method and Description |
|---|---|
protected CVCTagEnum[] |
PublicKeyRSA.getAllowedFields() |
protected CVCTagEnum[] |
CVCertificateBody.getAllowedFields() |
protected CVCTagEnum[] |
CVCAuthenticatedRequest.getAllowedFields() |
protected CVCTagEnum[] |
CVCertificate.getAllowedFields() |
protected CVCTagEnum[] |
PublicKeyEC.getAllowedFields() |
protected CVCTagEnum[] |
CVCAuthorizationTemplate.getAllowedFields() |
protected abstract CVCTagEnum[] |
AbstractSequence.getAllowedFields()
Returns tags for all allowed subfields, in the same order as they
appear when DER-encoded
|
protected CVCTagEnum[] |
GenericPublicKeyField.getAllowedFields() |
CVCTagEnum |
CVCObject.getTag()
Returns the tag
|
static CVCTagEnum |
CVCTagEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CVCTagEnum[] |
CVCTagEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static AbstractSequence |
SequenceFactory.createSequence(CVCTagEnum tag)
Constructs a new instance of a subclass to AbstractSequence
|
static AbstractDataField |
FieldFactory.decodeField(CVCTagEnum tag,
byte[] data)
Constructs a new instance and populates it with data from the supplied
DER-encoded byte array.
|
| Constructor and Description |
|---|
AbstractDataField(CVCTagEnum pType)
Constructor, must supply the tag
|
CVCObject(CVCTagEnum tag)
Constructor taking a tag
|
ReferenceField(CVCTagEnum tag,
byte[] data)
Constructs a new instance by parsing DER-encoded data
|
ReferenceField(CVCTagEnum tag,
String country,
String mnemonic,
String seq)
Constructs a new instance from separate fields
|
Copyright © 2017. All rights reserved.