Class CRLBinary
- All Implemented Interfaces:
IdentifierBasedObject, Serializable
This class represents DER encoded CRL Binary identifier
- See Also:
-
Field Summary
Fields inherited from class Identifier
DIGEST_ALGO -
Constructor Summary
ConstructorsConstructorDescriptionCRLBinary(byte[] derEncoded) The default constructor, accepts DER encoded binaries -
Method Summary
Methods inherited from class EncapsulatedRevocationTokenIdentifier
getDSSIdMethods inherited from class MultipleDigestIdentifier
getBinaries, getDigestValue, isMatchMethods inherited from class Identifier
asXmlId, equals, getMessageDigest, hashCode, toString
-
Constructor Details
-
CRLBinary
public CRLBinary(byte[] derEncoded) The default constructor, accepts DER encoded binaries- Parameters:
derEncoded- DER encoded byte array
-