Enum BasicBuildingBlockDefinition
java.lang.Object
java.lang.Enum<BasicBuildingBlockDefinition>
eu.europa.esig.dss.validation.process.BasicBuildingBlockDefinition
- All Implemented Interfaces:
UriBasedEnum
,Serializable
,Comparable<BasicBuildingBlockDefinition>
public enum BasicBuildingBlockDefinition
extends Enum<BasicBuildingBlockDefinition>
implements UriBasedEnum
Definition of signature Basic Building Blocks as per EN 319 102-1
-
Enum Constant Summary
Enum ConstantDescription5.2.7 Cryptographic verification5.2.2 Format Checking5.2.3 Identification of the signing certificate5.6.2.1 Past certificate validation5.6.2.4 Past signature validation building block5.2.5 Revocation freshness checker5.2.8 Signature Acceptance Validation (SAV)5.2.4 Validation context initialization5.6.2.2 Validation time sliding process5.2.6 X.509 certificate validation -
Method Summary
Modifier and TypeMethodDescriptiongetUri()
Returns a URIstatic BasicBuildingBlockDefinition
Returns the enum constant of this type with the specified name.static BasicBuildingBlockDefinition[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
FORMAT_CHECKING
5.2.2 Format Checking -
IDENTIFICATION_OF_THE_SIGNING_CERTIFICATE
5.2.3 Identification of the signing certificate -
VALIDATION_CONTEXT_INITIALIZATION
5.2.4 Validation context initialization -
REVOCATION_FRESHNESS_CHECKER
5.2.5 Revocation freshness checker -
X509_CERTIFICATE_VALIDATION
5.2.6 X.509 certificate validation -
CRYPTOGRAPHIC_VERIFICATION
5.2.7 Cryptographic verification -
SIGNATURE_ACCEPTANCE_VALIDATION
5.2.8 Signature Acceptance Validation (SAV) -
PAST_CERTIFICATE_VALIDATION
5.6.2.1 Past certificate validation -
VALIDATION_TIME_SLIDING
5.6.2.2 Validation time sliding process -
PAST_SIGNATURE_VALIDATION
5.6.2.4 Past signature validation building block
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-
getUri
Description copied from interface:UriBasedEnum
Returns a URI- Specified by:
getUri
in interfaceUriBasedEnum
- Returns:
String
-