Interface IPKCSObjectIdentifiers

  • All Known Implementing Classes:
    PKCSObjectIdentifiersBC

    public interface IPKCSObjectIdentifiers
    This interface represents the wrapper for PKCSObjectIdentifiers that provides the ability to switch between bouncy-castle and bouncy-castle FIPS implementations.
    • Method Detail

      • getIdAaSignatureTimeStampToken

        IASN1ObjectIdentifier getIdAaSignatureTimeStampToken()
        Gets id_aa_signatureTimeStampToken constant for the wrapped PKCSObjectIdentifiers.
        Returns:
        PKCSObjectIdentifiers.id_aa_signatureTimeStampToken wrapper.
      • getIdAaEtsSigPolicyId

        IASN1ObjectIdentifier getIdAaEtsSigPolicyId()
        Gets id_aa_ets_sigPolicyId constant for the wrapped PKCSObjectIdentifiers.
        Returns:
        PKCSObjectIdentifiers.id_aa_ets_sigPolicyId wrapper.
      • getIdSpqEtsUri

        IASN1ObjectIdentifier getIdSpqEtsUri()
        Gets id_spq_ets_uri constant for the wrapped PKCSObjectIdentifiers.
        Returns:
        PKCSObjectIdentifiers.id_spq_ets_uri wrapper.
      • getEnvelopedData

        IASN1ObjectIdentifier getEnvelopedData()
        Gets envelopedData constant for the wrapped PKCSObjectIdentifiers.
        Returns:
        PKCSObjectIdentifiers.envelopedData wrapper.
      • getData

        IASN1ObjectIdentifier getData()
        Gets data constant for the wrapped PKCSObjectIdentifiers.
        Returns:
        PKCSObjectIdentifiers.data wrapper.