Interface IASN1GeneralizedTime

  • All Superinterfaces:
    IASN1Encodable, IASN1Primitive
    All Known Implementing Classes:
    ASN1GeneralizedTimeBC

    public interface IASN1GeneralizedTime
    extends IASN1Primitive
    This interface represents the wrapper for ASN1GeneralizedTime that provides the ability to switch between bouncy-castle and bouncy-castle FIPS implementations.
    • Method Detail

      • getDate

        java.util.Date getDate()
                        throws java.text.ParseException
        Calls actual getDate method for the wrapped ASN1GeneralizedTime object.
        Returns:
        Date date stored in the wrapped ASN1GeneralizedTime.
        Throws:
        java.text.ParseException - in case of some parsing error.