Interface IPKCSObjectIdentifiers
-
- All Known Implementing Classes:
PKCSObjectIdentifiersBC
public interface IPKCSObjectIdentifiersThis interface represents the wrapper for PKCSObjectIdentifiers that provides the ability to switch between bouncy-castle and bouncy-castle FIPS implementations.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IASN1ObjectIdentifiergetData()Getsdataconstant for the wrapped PKCSObjectIdentifiers.IASN1ObjectIdentifiergetEnvelopedData()GetsenvelopedDataconstant for the wrapped PKCSObjectIdentifiers.IASN1ObjectIdentifiergetIdAaEtsSigPolicyId()Getsid_aa_ets_sigPolicyIdconstant for the wrapped PKCSObjectIdentifiers.IASN1ObjectIdentifiergetIdAaSignatureTimeStampToken()Getsid_aa_signatureTimeStampTokenconstant for the wrapped PKCSObjectIdentifiers.IASN1ObjectIdentifiergetIdSpqEtsUri()Getsid_spq_ets_uriconstant for the wrapped PKCSObjectIdentifiers.
-
-
-
Method Detail
-
getIdAaSignatureTimeStampToken
IASN1ObjectIdentifier getIdAaSignatureTimeStampToken()
Getsid_aa_signatureTimeStampTokenconstant for the wrapped PKCSObjectIdentifiers.- Returns:
- PKCSObjectIdentifiers.id_aa_signatureTimeStampToken wrapper.
-
getIdAaEtsSigPolicyId
IASN1ObjectIdentifier getIdAaEtsSigPolicyId()
Getsid_aa_ets_sigPolicyIdconstant for the wrapped PKCSObjectIdentifiers.- Returns:
- PKCSObjectIdentifiers.id_aa_ets_sigPolicyId wrapper.
-
getIdSpqEtsUri
IASN1ObjectIdentifier getIdSpqEtsUri()
Getsid_spq_ets_uriconstant for the wrapped PKCSObjectIdentifiers.- Returns:
- PKCSObjectIdentifiers.id_spq_ets_uri wrapper.
-
getEnvelopedData
IASN1ObjectIdentifier getEnvelopedData()
GetsenvelopedDataconstant for the wrapped PKCSObjectIdentifiers.- Returns:
- PKCSObjectIdentifiers.envelopedData wrapper.
-
getData
IASN1ObjectIdentifier getData()
Getsdataconstant for the wrapped PKCSObjectIdentifiers.- Returns:
- PKCSObjectIdentifiers.data wrapper.
-
-