| Package | Description |
|---|---|
| org.ejbca.cvc |
| Modifier and Type | Class and Description |
|---|---|
class |
PublicKeyEC
Implements handling of a public key of Elliptic Curve type.
|
class |
PublicKeyRSA
Implements handling of a public key of RSA type.
|
| Modifier and Type | Method and Description |
|---|---|
static CVCPublicKey |
KeyFactory.createInstance(PublicKey pubKey,
String algorithmName,
AuthorizationRole authRole)
Constructs instance from a PublicKey and a hash algorithm
|
static CVCPublicKey |
KeyFactory.createInstance(PublicKey pubKey,
String algorithmName,
AuthorizationRoleEnum authRole)
Constructs instance from a PublicKey and a hash algorithm.
|
CVCPublicKey |
CVCertificateBody.getPublicKey()
Returns the public key
|
| Constructor and Description |
|---|
CVCertificateBody(CAReferenceField authorityReference,
CVCPublicKey publicKey,
HolderReferenceField holderReference)
Creates an instance suitable for CertificateRequest
|
CVCertificateBody(CAReferenceField authorityReference,
CVCPublicKey publicKey,
HolderReferenceField holderReference,
AuthorizationRole authRole,
AccessRights accessRight,
Date validFrom,
Date validTo)
Creates an instance suitable for a CVCertificate
|
CVCertificateBody(CAReferenceField authorityReference,
CVCPublicKey publicKey,
HolderReferenceField holderReference,
AuthorizationRoleEnum authRole,
AccessRightEnum accessRight,
Date validFrom,
Date validTo)
Creates an instance suitable for a CVCertificate.
|
Copyright © 2017. All rights reserved.