- AbstractArray - Class in org.ejbca.cvc
-
Represents a CVC sequence, i e contains one or more subfields.
- AbstractDataField - Class in org.ejbca.cvc
-
Represents a data field (difference from sequence is no sub fields).
- AbstractDataField(CVCTagEnum) - Constructor for class org.ejbca.cvc.AbstractDataField
-
Constructor, must supply the tag
- AbstractSequence - Class in org.ejbca.cvc
-
Represents a CVC sequence, i e contains one or more subfields
- AccessRightAuthTerm - Class in org.ejbca.cvc
-
Represents Access Rights for Inspection Systems.
- AccessRightAuthTerm() - Constructor for class org.ejbca.cvc.AccessRightAuthTerm
-
- AccessRightAuthTerm(byte[]) - Constructor for class org.ejbca.cvc.AccessRightAuthTerm
-
- AccessRightEnum - Enum in org.ejbca.cvc
-
Represents Access Rights for Authentication Terminals.
- AccessRights - Interface in org.ejbca.cvc
-
Represents Access Rights regarding ePassport data groups DG3, DG4.
- AccessRightSignTermEnum - Enum in org.ejbca.cvc
-
Represents Access Rights for Inspection Systems.
- AccessRightsRawValue - Class in org.ejbca.cvc
-
Internal object representing an access rights value of an unknown type.
- AccessRightsRawValue(byte[]) - Constructor for class org.ejbca.cvc.AccessRightsRawValue
-
- AlgorithmUtil - Class in org.ejbca.cvc
-
Utility for mapping a String of type "SHA1WITHRSA" to our own type OIDFIeld.
- AlgorithmUtil() - Constructor for class org.ejbca.cvc.AlgorithmUtil
-
- allowsQualifiedSignature() - Method in enum org.ejbca.cvc.AccessRightSignTermEnum
-
- allowsSignature() - Method in enum org.ejbca.cvc.AccessRightSignTermEnum
-
- AuthorizationField - Class in org.ejbca.cvc
-
Represents field 'Roles and access rights' i CVC.
- AuthorizationRole - Interface in org.ejbca.cvc
-
- AuthorizationRoleAuthTermEnum - Enum in org.ejbca.cvc
-
Definitions of roles for Authentication Terminals in CVC.
- AuthorizationRoleEnum - Enum in org.ejbca.cvc
-
Definitions of roles in CVC.
- AuthorizationRoleRawValue - Class in org.ejbca.cvc
-
Internal object representing a role value of an unknown type.
- AuthorizationRoleRawValue(byte) - Constructor for class org.ejbca.cvc.AuthorizationRoleRawValue
-
- AuthorizationRoleSignTermEnum - Enum in org.ejbca.cvc
-
Definitions of roles for Signature Terminals in CVC.
- CardVerifiableCertificate - Class in org.ejbca.cvc
-
Wrapper of CVCertificate that extends java.security.cert.Certificate
- CardVerifiableCertificate(CVCertificate) - Constructor for class org.ejbca.cvc.CardVerifiableCertificate
-
Constructs an instance from a CVCertificate
- CAReferenceField - Class in org.ejbca.cvc
-
Represents the CVC field 'Certificate Authority Reference'
- CAReferenceField(String, String, String) - Constructor for class org.ejbca.cvc.CAReferenceField
-
Constructs a new instance from separate fields
- CAReferenceField(byte[]) - Constructor for class org.ejbca.cvc.CAReferenceField
-
Constructor for decoding DER-encoded data
- CertificateGenerator - Class in org.ejbca.cvc
-
Generates CV-certificates and CVC-requests
- CertificateParser - Class in org.ejbca.cvc
-
Class responsible for decoding a DER-encoded CVC object, like a
CVCertificate or any other instance of CVCObject.
- ConstructionException - Exception in org.ejbca.cvc.exception
-
Exception indicating that something went wrong while constructing some CVC object.
- ConstructionException() - Constructor for exception org.ejbca.cvc.exception.ConstructionException
-
- ConstructionException(String) - Constructor for exception org.ejbca.cvc.exception.ConstructionException
-
- ConstructionException(Throwable) - Constructor for exception org.ejbca.cvc.exception.ConstructionException
-
- ConstructionException(String, Throwable) - Constructor for exception org.ejbca.cvc.exception.ConstructionException
-
- convertAlgorithmNameToCVC(String) - Static method in class org.ejbca.cvc.AlgorithmUtil
-
Some (ECDSA) algorithms requires use of particular CVC-ECDSA algorithm names, so
we sue this conversion map to translate from regular (SHA1WithECDSA) names to CVC (SHA1WithCVC-ECDSA) names.
- convertCVCSigToX962(String, byte[]) - Static method in class org.ejbca.cvc.util.BCECUtil
-
- convertX962SigToCVC(String, byte[]) - Static method in class org.ejbca.cvc.util.BCECUtil
-
- createAuthenticatedRequest(CVCertificate, KeyPair, String, CAReferenceField) - Static method in class org.ejbca.cvc.CertificateGenerator
-
Generates a CVCAuthenticatedRequest using BouncyCastle as signature provider
- createAuthenticatedRequest(CVCertificate, KeyPair, String, CAReferenceField, String) - Static method in class org.ejbca.cvc.CertificateGenerator
-
Same as above except that signature provider is an argument
- createCertificate(PrivateKey, String, CVCertificateBody, String) - Static method in class org.ejbca.cvc.CertificateGenerator
-
Generates a CVCertificate
- createCertificate(PublicKey, PrivateKey, String, CAReferenceField, HolderReferenceField, AuthorizationRole, AccessRights, Date, Date, Collection<CVCDiscretionaryDataTemplate>, String) - Static method in class org.ejbca.cvc.CertificateGenerator
-
Generates a CVCertificate
- createCertificate(PublicKey, PrivateKey, String, CAReferenceField, HolderReferenceField, AuthorizationRole, AccessRights, Date, Date, String) - Static method in class org.ejbca.cvc.CertificateGenerator
-
Generates a CVCertificate
- createCertificate(PublicKey, PrivateKey, String, CAReferenceField, HolderReferenceField, AuthorizationRoleEnum, AccessRightEnum, Date, Date, String) - Static method in class org.ejbca.cvc.CertificateGenerator
-
Generates a CVCertificate.
- createInstance(PublicKey, String, AuthorizationRole) - Static method in class org.ejbca.cvc.KeyFactory
-
Constructs instance from a PublicKey and a hash algorithm
- createInstance(PublicKey, String, AuthorizationRoleEnum) - Static method in class org.ejbca.cvc.KeyFactory
-
Constructs instance from a PublicKey and a hash algorithm.
- createRequest(KeyPair, String, HolderReferenceField) - Static method in class org.ejbca.cvc.CertificateGenerator
-
Generates a CVC-request without an outer signature using BouncyCastle as signature provider
- createRequest(KeyPair, String, HolderReferenceField, String) - Static method in class org.ejbca.cvc.CertificateGenerator
-
Same as above except that signature provider is an argument
- createRequest(KeyPair, String, CAReferenceField, HolderReferenceField) - Static method in class org.ejbca.cvc.CertificateGenerator
-
Generates a CVC-request without an outer signature using BouncyCastle as signature provider, taking
Certificate Authority Reference as argument.
- createRequest(KeyPair, String, CAReferenceField, HolderReferenceField, String) - Static method in class org.ejbca.cvc.CertificateGenerator
-
Generates a CVC-request without an outer signature using BouncyCastle as signature provider, taking
Certificate Authority Reference as argument.
- createRequest(KeyPair, String, CAReferenceField, HolderReferenceField, Collection<CVCDiscretionaryDataTemplate>, String) - Static method in class org.ejbca.cvc.CertificateGenerator
-
Generates a CVC-request without an outer signature using BouncyCastle as signature provider, taking
Certificate Authority Reference as argument.
- createSequence(CVCTagEnum) - Static method in class org.ejbca.cvc.SequenceFactory
-
Constructs a new instance of a subclass to AbstractSequence
- createTestCertificate(PublicKey, PrivateKey, CAReferenceField, HolderReferenceField, String, AuthorizationRoleEnum) - Static method in class org.ejbca.cvc.CertificateGenerator
-
Generates a CVCertificate for testing with the following characteristics:
- expires 3 months from today
- hash-algorithm is 'SHA1withRSA'
- AuthorizationRoleEnum = IS.
- CVC_VERSION - Static variable in class org.ejbca.cvc.CVCObject
-
- CVCAuthenticatedRequest - Class in org.ejbca.cvc
-
Represents a CVC-request having an outer signature
- CVCAuthenticatedRequest(CVCertificate, CAReferenceField) - Constructor for class org.ejbca.cvc.CVCAuthenticatedRequest
-
Creates an instance
- CVCAuthorizationTemplate - Class in org.ejbca.cvc
-
Represents the field 'Certificate Holder Authorization Template'
- CVCAuthorizationTemplate(AuthorizationRole, AccessRights) - Constructor for class org.ejbca.cvc.CVCAuthorizationTemplate
-
Constructor taking the individual fields, deriving the OID from role and rights
- CVCAuthorizationTemplate(AuthorizationRole, AccessRights, String) - Constructor for class org.ejbca.cvc.CVCAuthorizationTemplate
-
Constructor taking the individual fields
- CVCAuthorizationTemplate(AuthorizationRoleEnum, AccessRightEnum) - Constructor for class org.ejbca.cvc.CVCAuthorizationTemplate
-
Constructor taking the individual fields.
- CVCDiscretionaryDataTemplate - Class in org.ejbca.cvc
-
Represents the field 'Discretionary Data Template', which is used to wrap certificate extensions.
- CVCDiscretionaryDataTemplate(String, byte[]) - Constructor for class org.ejbca.cvc.CVCDiscretionaryDataTemplate
-
Constructor taking the individual fields.
- CVCertificate - Class in org.ejbca.cvc
-
Represents a Card Verifiable Certificate according to the specification for EAC 1.11.
- CVCertificate(CVCertificateBody) - Constructor for class org.ejbca.cvc.CVCertificate
-
Creates an instance from a CVCertificateBody
- CVCertificateBody - Class in org.ejbca.cvc
-
Represents a CertificateBody
- CVCertificateBody(CAReferenceField, CVCPublicKey, HolderReferenceField) - Constructor for class org.ejbca.cvc.CVCertificateBody
-
Creates an instance suitable for CertificateRequest
- CVCertificateBody(CAReferenceField, CVCPublicKey, HolderReferenceField, Collection<CVCDiscretionaryDataTemplate>) - Constructor for class org.ejbca.cvc.CVCertificateBody
-
Creates an instance suitable for CertificateRequest
- CVCertificateBody(CAReferenceField, CVCPublicKey, HolderReferenceField, CVCAuthorizationTemplate, Date, Date) - Constructor for class org.ejbca.cvc.CVCertificateBody
-
Creates an instance suitable for a CVCertificate
- CVCertificateBody(CAReferenceField, CVCPublicKey, HolderReferenceField, AuthorizationRole, AccessRights, Date, Date) - Constructor for class org.ejbca.cvc.CVCertificateBody
-
Creates an instance suitable for a CVCertificate
- CVCertificateBody(CAReferenceField, CVCPublicKey, HolderReferenceField, AuthorizationRoleEnum, AccessRightEnum, Date, Date) - Constructor for class org.ejbca.cvc.CVCertificateBody
-
Creates an instance suitable for a CVCertificate.
- CVCertificateBody(CAReferenceField, CVCPublicKey, HolderReferenceField, AuthorizationRole, AccessRights, Date, Date, Collection<CVCDiscretionaryDataTemplate>) - Constructor for class org.ejbca.cvc.CVCertificateBody
-
Creates an instance suitable for a CVCertificate
- CVCertificateExtensions - Class in org.ejbca.cvc
-
A "Certificate Extensions" sequence in a CV certificate.
- CVCertificateExtensions(Collection<CVCDiscretionaryDataTemplate>) - Constructor for class org.ejbca.cvc.CVCertificateExtensions
-
Constructor taking a list of certificate extensions (wrapped in Discretionary Data Template objects).
- CvcException - Exception in org.ejbca.cvc.exception
-
Base class for CVC-specific exceptions
- CvcException() - Constructor for exception org.ejbca.cvc.exception.CvcException
-
- CvcException(String) - Constructor for exception org.ejbca.cvc.exception.CvcException
-
- CvcException(Throwable) - Constructor for exception org.ejbca.cvc.exception.CvcException
-
- CvcException(String, Throwable) - Constructor for exception org.ejbca.cvc.exception.CvcException
-
- CVCObject - Class in org.ejbca.cvc
-
Base class for all objects in a CV-certificate
- CVCObject(CVCTagEnum) - Constructor for class org.ejbca.cvc.CVCObject
-
Constructor taking a tag
- CVCObjectIdentifiers - Interface in org.ejbca.cvc
-
Object identifiers for the CVC library
- CVCProvider - Class in org.ejbca.cvc
-
This is our own Security Provider for CVC.
- CVCProvider() - Constructor for class org.ejbca.cvc.CVCProvider
-
- CVCPublicKey - Class in org.ejbca.cvc
-
Represents the sequence Public Key
- CVCTagEnum - Enum in org.ejbca.cvc
-
Definitions of the applications specific tags in CV-certificates.
- GenerateCert - Class in org.ejbca.cvc.example
-
Example code for generating a CVCertificate
- GenerateRequest - Class in org.ejbca.cvc.example
-
Example code for generating a CVC request having an outer signature,
i e request used for certificate renewal.
- GenericPublicKeyField - Class in org.ejbca.cvc
-
Generic public key class that is only used while parsing DER-encoded data.
- getAccessRight() - Method in class org.ejbca.cvc.AuthorizationField
-
- getAccessRights() - Method in class org.ejbca.cvc.AuthorizationField
-
Returns access rights.
- getAlgorithm() - Method in class org.ejbca.cvc.PublicKeyEC
-
- getAlgorithm() - Method in class org.ejbca.cvc.PublicKeyRSA
-
- getAlgorithmName(OIDField) - Static method in class org.ejbca.cvc.AlgorithmUtil
-
Returns algorithmName for a given OID
- getAllowedField() - Method in class org.ejbca.cvc.AbstractArray
-
Returns the allow tag for the subfields.
- getAllowedField() - Method in class org.ejbca.cvc.CVCertificateExtensions
-
- getAllowedFields() - Method in class org.ejbca.cvc.AbstractArray
-
- getAllowedFields() - Method in class org.ejbca.cvc.AbstractSequence
-
Returns tags for all allowed subfields, in the same order as they
appear when DER-encoded
- getAllowedFields() - Method in class org.ejbca.cvc.CVCAuthenticatedRequest
-
- getAllowedFields() - Method in class org.ejbca.cvc.CVCAuthorizationTemplate
-
- getAllowedFields() - Method in class org.ejbca.cvc.CVCDiscretionaryDataTemplate
-
- getAllowedFields() - Method in class org.ejbca.cvc.CVCertificate
-
- getAllowedFields() - Method in class org.ejbca.cvc.CVCertificateBody
-
- getAllowedFields() - Method in class org.ejbca.cvc.GenericPublicKeyField
-
- getAllowedFields() - Method in class org.ejbca.cvc.PublicKeyEC
-
- getAllowedFields() - Method in class org.ejbca.cvc.PublicKeyRSA
-
- getAsText(String, boolean) - Method in class org.ejbca.cvc.AbstractDataField
-
Returns this field as text
- getAsText(String) - Method in class org.ejbca.cvc.AbstractSequence
-
Returns this object as text, including tag value
- getAsText(String, boolean) - Method in class org.ejbca.cvc.AbstractSequence
-
Creates a textual representation of this object's tag.
- getAsText() - Method in class org.ejbca.cvc.CVCObject
-
Same as getAsText("", true).
- getAsText(boolean) - Method in class org.ejbca.cvc.CVCObject
-
Same as getAsText("", boolean).
- getAsText(String) - Method in class org.ejbca.cvc.CVCObject
-
Same as getAsText(String, true).
- getAsText(String, boolean) - Method in class org.ejbca.cvc.CVCObject
-
Creates a textual representation of this object's tag.
- getAuthorityReference() - Method in class org.ejbca.cvc.CVCAuthenticatedRequest
-
Returns CA_REFERENCE
- getAuthorityReference() - Method in class org.ejbca.cvc.CVCertificateBody
-
Returns 'Certificate Authority Reference'
Since this field is optional in a CVCRequest this method may return null
- getAuthorizationField() - Method in class org.ejbca.cvc.CVCAuthorizationTemplate
-
Returns AuthorizationField
- getAuthorizationTemplate() - Method in class org.ejbca.cvc.CVCertificateBody
-
Returns CVCAuthorizationTemplate
- getAuthRole() - Method in class org.ejbca.cvc.AuthorizationField
-
Returns the role.
- getCertificateBody() - Method in class org.ejbca.cvc.CVCertificate
-
Returns the embedded CertificateBody
- getCertificateExtensions() - Method in class org.ejbca.cvc.CVCertificateBody
-
Returns 'Certificate Extensions'
- getConcatenated() - Method in class org.ejbca.cvc.ReferenceField
-
Returns the value as a concatenation of country, mnemonic and sequence
- getCountry() - Method in class org.ejbca.cvc.ReferenceField
-
Returns country
- getCVCertificate() - Method in class org.ejbca.cvc.CardVerifiableCertificate
-
Returns embedded CVCertificate
- getData() - Method in class org.ejbca.cvc.ByteField
-
Returns the data.
- getDate() - Method in class org.ejbca.cvc.DateField
-
Returns the date
- getDEREncoded() - Method in class org.ejbca.cvc.AbstractSequence
-
Helper for creating a DER-encoded byte array.
- getEncodableFields() - Method in class org.ejbca.cvc.AbstractSequence
-
Returns all subfields for DER-encoding
- getEncodableFields() - Method in class org.ejbca.cvc.PublicKeyEC
-
Overridden method that enables us to control exactly which fields that are
included when DER-encoding.
- getEncoded() - Method in class org.ejbca.cvc.AbstractDataField
-
Generates a DER-encoded byte array from this object
- getEncoded() - Method in class org.ejbca.cvc.AccessRightAuthTerm
-
- getEncoded() - Method in enum org.ejbca.cvc.AccessRightEnum
-
- getEncoded() - Method in interface org.ejbca.cvc.AccessRights
-
- getEncoded() - Method in enum org.ejbca.cvc.AccessRightSignTermEnum
-
- getEncoded() - Method in class org.ejbca.cvc.AccessRightsRawValue
-
- getEncoded() - Method in class org.ejbca.cvc.AuthorizationField
-
- getEncoded() - Method in class org.ejbca.cvc.ByteField
-
- getEncoded() - Method in class org.ejbca.cvc.CardVerifiableCertificate
-
- getEncoded() - Method in class org.ejbca.cvc.CVCPublicKey
-
- getEncoded() - Method in class org.ejbca.cvc.DateField
-
Encodes the date value so that every number in '080407' is stored as an
individual byte
- getEncoded() - Method in class org.ejbca.cvc.IntegerField
-
- getEncoded() - Method in class org.ejbca.cvc.OIDField
-
- getEncoded() - Method in class org.ejbca.cvc.ReferenceField
-
- getExtensionData() - Method in class org.ejbca.cvc.CVCDiscretionaryDataTemplate
-
Returns the extension data.
- getExtensions() - Method in class org.ejbca.cvc.CVCertificateExtensions
-
Returns the certificate extensions (wrapped in Discretionary Data Template objects).
- getFlag(int) - Method in class org.ejbca.cvc.AccessRightAuthTerm
-
- getFormat() - Method in class org.ejbca.cvc.PublicKeyEC
-
- getFormat() - Method in class org.ejbca.cvc.PublicKeyRSA
-
- getHolderReference() - Method in class org.ejbca.cvc.CVCertificateBody
-
Returns 'Certificate Holder Reference'
- getMnemonic() - Method in class org.ejbca.cvc.ReferenceField
-
Returns mnemonic
- getModulus() - Method in class org.ejbca.cvc.PublicKeyRSA
-
- getObjectIdentifier() - Method in class org.ejbca.cvc.CVCAuthorizationTemplate
-
Returns the Object Identifier as a String
- getObjectIdentifier() - Method in class org.ejbca.cvc.CVCDiscretionaryDataTemplate
-
Returns the Object Identifier as a String
- getObjectIdentifier() - Method in class org.ejbca.cvc.CVCPublicKey
-
Returns Object Identifier
- getOIDField(String) - Static method in class org.ejbca.cvc.AlgorithmUtil
-
Returns the OIDField associated with 'algorithmName'
- getOIDForEnums(AuthorizationRole, AccessRights) - Static method in class org.ejbca.cvc.CVCAuthorizationTemplate
-
Determines the OID to use for the types of the given role/rights objects.
- getOptionalSubfield(CVCTagEnum) - Method in class org.ejbca.cvc.AbstractArray
-
- getOrderedSubfields() - Method in class org.ejbca.cvc.AbstractArray
-
- getOrderedSubfields() - Method in class org.ejbca.cvc.AbstractSequence
-
Returns a List of ordered subfields
- getParams() - Method in class org.ejbca.cvc.PublicKeyEC
-
- getParent() - Method in class org.ejbca.cvc.CVCObject
-
Returns parent, that is, the AbstractSequence that contains this object (if any)
- getPublicExponent() - Method in class org.ejbca.cvc.PublicKeyRSA
-
- getPublicKey() - Method in class org.ejbca.cvc.CardVerifiableCertificate
-
- getPublicKey() - Method in class org.ejbca.cvc.CVCertificateBody
-
Returns the public key
- getRequest() - Method in class org.ejbca.cvc.CVCAuthenticatedRequest
-
Returns the embedded request (as an instance of CVCertificate)
- getRole() - Method in class org.ejbca.cvc.AuthorizationField
-
- getSequence() - Method in class org.ejbca.cvc.ReferenceField
-
Returns sequence
- getSignature() - Method in class org.ejbca.cvc.CVCAuthenticatedRequest
-
Returns signature
- getSignature() - Method in class org.ejbca.cvc.CVCertificate
-
Returns the signature
- getSubfield(CVCTagEnum) - Method in class org.ejbca.cvc.AbstractArray
-
- getSubfields() - Method in class org.ejbca.cvc.AbstractArray
-
Returns all added subfields
- getSubfields() - Method in class org.ejbca.cvc.AbstractSequence
-
Returns all added subfields
- getTag() - Method in class org.ejbca.cvc.CVCObject
-
Returns the tag
- getTBS() - Method in class org.ejbca.cvc.CVCAuthenticatedRequest
-
Returns the data To Be Signed
- getTBS() - Method in class org.ejbca.cvc.CVCertificate
-
Returns the data To Be Signed
- getTBS() - Method in interface org.ejbca.cvc.Signable
-
Returns the data to be signed
- getValidFrom() - Method in class org.ejbca.cvc.CVCertificateBody
-
Returns 'Effective Date'
- getValidTo() - Method in class org.ejbca.cvc.CVCertificateBody
-
Returns 'Expiration Date'
- getValue() - Method in enum org.ejbca.cvc.AccessRightEnum
-
Returns the tag as a bitmap
- getValue() - Method in enum org.ejbca.cvc.AccessRightSignTermEnum
-
Returns the tag as a bitmap
- getValue() - Method in interface org.ejbca.cvc.AuthorizationRole
-
- getValue() - Method in enum org.ejbca.cvc.AuthorizationRoleAuthTermEnum
-
Returns the value as a bitmap
- getValue() - Method in enum org.ejbca.cvc.AuthorizationRoleEnum
-
Returns the value as a bitmap
- getValue() - Method in class org.ejbca.cvc.AuthorizationRoleRawValue
-
- getValue() - Method in enum org.ejbca.cvc.AuthorizationRoleSignTermEnum
-
Returns the value as a bitmap
- getValue() - Method in enum org.ejbca.cvc.CVCTagEnum
-
Returns the value of the tag
- getValue() - Method in class org.ejbca.cvc.IntegerField
-
- getValue() - Method in class org.ejbca.cvc.OIDField
-
- getW() - Method in class org.ejbca.cvc.PublicKeyEC
-
- valueAsText() - Method in class org.ejbca.cvc.AbstractDataField
-
Returns this field's data as text
- valueAsText() - Method in class org.ejbca.cvc.AuthorizationField
-
- valueAsText() - Method in class org.ejbca.cvc.ByteField
-
- valueAsText() - Method in class org.ejbca.cvc.DateField
-
- valueAsText() - Method in class org.ejbca.cvc.IntegerField
-
- valueAsText() - Method in class org.ejbca.cvc.OIDField
-
- valueAsText() - Method in class org.ejbca.cvc.ReferenceField
-
- valueOf(String) - Static method in enum org.ejbca.cvc.AccessRightEnum
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.ejbca.cvc.AccessRightSignTermEnum
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.ejbca.cvc.AuthorizationRoleAuthTermEnum
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.ejbca.cvc.AuthorizationRoleEnum
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.ejbca.cvc.AuthorizationRoleSignTermEnum
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.ejbca.cvc.CVCTagEnum
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.ejbca.cvc.AccessRightEnum
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.ejbca.cvc.AccessRightSignTermEnum
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.ejbca.cvc.AuthorizationRoleAuthTermEnum
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.ejbca.cvc.AuthorizationRoleEnum
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.ejbca.cvc.AuthorizationRoleSignTermEnum
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.ejbca.cvc.CVCTagEnum
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- verify(PublicKey) - Method in class org.ejbca.cvc.CardVerifiableCertificate
-
- verify(PublicKey, String) - Method in class org.ejbca.cvc.CardVerifiableCertificate
-
- verify(PublicKey) - Method in class org.ejbca.cvc.CVCAuthenticatedRequest
-
Verifies the signature
- verify(PublicKey, String) - Method in class org.ejbca.cvc.CVCertificate
-
Verifies the signature