Interface IPKCSObjectIdentifiers
- All Known Implementing Classes:
-
PKCSObjectIdentifiersBC
,PKCSObjectIdentifiersBCFips
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 Summary
Modifier and TypeMethodDescriptiongetData()
Getsdata
constant for the wrapped PKCSObjectIdentifiers.GetsenvelopedData
constant for the wrapped PKCSObjectIdentifiers.Getsid_aa_ets_sigPolicyId
constant for the wrapped PKCSObjectIdentifiers.Getsid_aa_signatureTimeStampToken
constant for the wrapped PKCSObjectIdentifiers.Getsid_spq_ets_uri
constant for the wrapped PKCSObjectIdentifiers.
-
Method Details
-
getIdAaSignatureTimeStampToken
IASN1ObjectIdentifier getIdAaSignatureTimeStampToken()Getsid_aa_signatureTimeStampToken
constant for the wrapped PKCSObjectIdentifiers.- Returns:
- PKCSObjectIdentifiers.id_aa_signatureTimeStampToken wrapper.
-
getIdAaEtsSigPolicyId
IASN1ObjectIdentifier getIdAaEtsSigPolicyId()Getsid_aa_ets_sigPolicyId
constant for the wrapped PKCSObjectIdentifiers.- Returns:
- PKCSObjectIdentifiers.id_aa_ets_sigPolicyId wrapper.
-
getIdSpqEtsUri
IASN1ObjectIdentifier getIdSpqEtsUri()Getsid_spq_ets_uri
constant for the wrapped PKCSObjectIdentifiers.- Returns:
- PKCSObjectIdentifiers.id_spq_ets_uri wrapper.
-
getEnvelopedData
IASN1ObjectIdentifier getEnvelopedData()GetsenvelopedData
constant for the wrapped PKCSObjectIdentifiers.- Returns:
- PKCSObjectIdentifiers.envelopedData wrapper.
-
getData
IASN1ObjectIdentifier getData()Getsdata
constant for the wrapped PKCSObjectIdentifiers.- Returns:
- PKCSObjectIdentifiers.data wrapper.
-