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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IASN1ObjectIdentifier
getData()
Getsdata
constant for the wrapped PKCSObjectIdentifiers.IASN1ObjectIdentifier
getEnvelopedData()
GetsenvelopedData
constant for the wrapped PKCSObjectIdentifiers.IASN1ObjectIdentifier
getIdAaEtsSigPolicyId()
Getsid_aa_ets_sigPolicyId
constant for the wrapped PKCSObjectIdentifiers.IASN1ObjectIdentifier
getIdAaSignatureTimeStampToken()
Getsid_aa_signatureTimeStampToken
constant for the wrapped PKCSObjectIdentifiers.IASN1ObjectIdentifier
getIdSpqEtsUri()
Getsid_spq_ets_uri
constant for the wrapped PKCSObjectIdentifiers.
-
-
-
Method Detail
-
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.
-
-