Class Constants
- java.lang.Object
-
- org.certificateservices.messages.csmessages.constants.Constants
-
- Direct Known Subclasses:
Constants
public class Constants extends java.lang.ObjectClass containing general constants related to the PKI message protocol
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringORGANISATION_UNKNOWNSpecial value used when forwarding CRL automatically generated requests where the CA doesn't know which organisation the CRL belongs to and it's up the the receiver to figure this out.static java.lang.StringRELATED_END_ENTITY_UNKNOWNConstant used when related end entity of CA name couldn't be determined.
-
Constructor Summary
Constructors Constructor Description Constants()
-
-
-
Field Detail
-
ORGANISATION_UNKNOWN
public static final java.lang.String ORGANISATION_UNKNOWN
Special value used when forwarding CRL automatically generated requests where the CA doesn't know which organisation the CRL belongs to and it's up the the receiver to figure this out.- See Also:
- Constant Field Values
-
RELATED_END_ENTITY_UNKNOWN
public static final java.lang.String RELATED_END_ENTITY_UNKNOWN
Constant used when related end entity of CA name couldn't be determined.- See Also:
- Constant Field Values
-
-