| Package | Description |
|---|---|
| org.ejbca.cvc |
| Modifier and Type | Class and Description |
|---|---|
class |
AuthorizationRoleAuthTermEnum
Definitions of roles for Authentication Terminals in CVC.
|
class |
AuthorizationRoleEnum
Definitions of roles in CVC.
|
class |
AuthorizationRoleRawValue
Internal object representing a role value of an unknown type.
|
class |
AuthorizationRoleSignTermEnum
Definitions of roles for Signature Terminals in CVC.
|
| Modifier and Type | Method and Description |
|---|---|
AuthorizationRole |
AuthorizationField.getAuthRole()
Returns the role.
|
| Modifier and Type | Method and Description |
|---|---|
static CVCertificate |
CertificateGenerator.createCertificate(PublicKey publicKey,
PrivateKey signerKey,
String algorithmName,
CAReferenceField caRef,
HolderReferenceField holderRef,
AuthorizationRole authRole,
AccessRights rights,
Date validFrom,
Date validTo,
String provider)
Generates a CVCertificate
|
static CVCPublicKey |
KeyFactory.createInstance(PublicKey pubKey,
String algorithmName,
AuthorizationRole authRole)
Constructs instance from a PublicKey and a hash algorithm
|
static OIDField |
CVCAuthorizationTemplate.getOIDForEnums(AuthorizationRole role,
AccessRights rights)
Determines the OID to use for the types of the given role/rights objects.
|
| Constructor and Description |
|---|
CVCAuthorizationTemplate(AuthorizationRole role,
AccessRights rights)
Constructor taking the individual fields
|
CVCertificateBody(CAReferenceField authorityReference,
CVCPublicKey publicKey,
HolderReferenceField holderReference,
AuthorizationRole authRole,
AccessRights accessRight,
Date validFrom,
Date validTo)
Creates an instance suitable for a CVCertificate
|
PublicKeyEC(OIDField oid,
ECPublicKey pubKeyEC,
AuthorizationRole authRole)
Creates an instance from an OIDField and a java.security.interfaces.ECPublicKey
|
Copyright © 2017. All rights reserved.