Class SignedCms
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- system.security.cryptography.pkcs.SignedCms
-
- All Implemented Interfaces:
IJCOBridgeReflected
public class SignedCms extends NetObject
The base .NET class managing System.Security.Cryptography.Pkcs.SignedCms, System.Security.Cryptography.Pkcs, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a..NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Security.Cryptography.Pkcs.SignedCms
Powered by JCOBridge: more info at https://www.jcobridge.com
- Author:
- MASES s.r.l https://masesgroup.com
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringassemblyFullNameFully assembly qualified name: System.Security.Cryptography.Pkcs, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3astatic java.lang.StringassemblyShortNameAssembly name: System.Security.Cryptography.Pkcsstatic java.lang.StringclassNameQualified class name: System.Security.Cryptography.Pkcs.SignedCmsstatic JCTypeclassTypeThe type managed from JCOBridge.
-
Constructor Summary
Constructors Constructor Description SignedCms()SignedCms(java.lang.Object instance)Internal constructor.SignedCms(ContentInfo contentInfo)SignedCms(ContentInfo contentInfo, boolean detached)SignedCms(SubjectIdentifierType signerIdentifierType)SignedCms(SubjectIdentifierType signerIdentifierType, ContentInfo contentInfo)SignedCms(SubjectIdentifierType signerIdentifierType, ContentInfo contentInfo, boolean detached)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidAddCertificate(X509Certificate2 certificate)static SignedCmscast(IJCOBridgeReflected from)Try to cast theIJCOBridgeReflectedinstance intoSignedCms, a cast assert is made to check if types are compatible.voidCheckHash()voidCheckSignature(boolean verifySignatureOnly)voidCheckSignature(X509Certificate2Collection extraStore, boolean verifySignatureOnly)voidComputeSignature()voidComputeSignature(CmsSigner signer)voidComputeSignature(CmsSigner signer, boolean silent)voidDecode(byte[] encodedMessage)voidDecode(JCORefOut dupParam0)byte[]Encode()X509Certificate2CollectiongetCertificates()ContentInfogetContentInfo()booleangetDetached()java.lang.StringgetJCOAssemblyName()Returns the reflected Assembly namejava.lang.StringgetJCOClassName()Returns the reflected Class namejava.lang.ObjectgetJCOInstance()Returns the instantiated classjava.lang.StringgetJCOObjectName()Returns the reflected Class name used to build the objectJCTypegetJCOType()Returns the instantiated class TypeSignerInfoCollectiongetSignerInfos()intgetVersion()voidRemoveCertificate(X509Certificate2 certificate)voidRemoveSignature(int index)voidRemoveSignature(SignerInfo signerInfo)voidsetContentInfo(ContentInfo ContentInfo)voidsetDetached(boolean Detached)voidsetJCOInstance(JCObject instance)voidsetVersion(int Version)
-
-
-
Field Detail
-
assemblyFullName
public static final java.lang.String assemblyFullName
Fully assembly qualified name: System.Security.Cryptography.Pkcs, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a- See Also:
- Constant Field Values
-
assemblyShortName
public static final java.lang.String assemblyShortName
Assembly name: System.Security.Cryptography.Pkcs- See Also:
- Constant Field Values
-
className
public static final java.lang.String className
Qualified class name: System.Security.Cryptography.Pkcs.SignedCms- See Also:
- Constant Field Values
-
-
Constructor Detail
-
SignedCms
public SignedCms(java.lang.Object instance) throws java.lang.ThrowableInternal constructor. Use with caution- Throws:
java.lang.Throwable
-
SignedCms
public SignedCms() throws java.lang.Throwable, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArgumentOutOfRangeException, OutOfMemoryException, ArgumentException, NotSupportedException, CultureNotFoundException, ObjectDisposedException
-
SignedCms
public SignedCms(ContentInfo contentInfo, boolean detached) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, NotSupportedException, ObjectDisposedException, RankException, IndexOutOfRangeException, FormatException
-
SignedCms
public SignedCms(ContentInfo contentInfo) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, NotSupportedException, ObjectDisposedException, RankException, IndexOutOfRangeException, FormatException
-
SignedCms
public SignedCms(SubjectIdentifierType signerIdentifierType, ContentInfo contentInfo, boolean detached) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, NotSupportedException, CultureNotFoundException, ObjectDisposedException
-
SignedCms
public SignedCms(SubjectIdentifierType signerIdentifierType, ContentInfo contentInfo) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, NotSupportedException, ObjectDisposedException, RankException, IndexOutOfRangeException, FormatException
-
SignedCms
public SignedCms(SubjectIdentifierType signerIdentifierType) throws java.lang.Throwable, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArgumentOutOfRangeException, OutOfMemoryException, ArgumentException, NotSupportedException, CultureNotFoundException, ObjectDisposedException
-
-
Method Detail
-
getJCOAssemblyName
public java.lang.String getJCOAssemblyName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Assembly name- Specified by:
getJCOAssemblyNamein interfaceIJCOBridgeReflected- Overrides:
getJCOAssemblyNamein classNetObject- Returns:
- A
Stringrepresenting the Fullname of reflected Assembly
-
getJCOClassName
public java.lang.String getJCOClassName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Class name- Specified by:
getJCOClassNamein interfaceIJCOBridgeReflected- Overrides:
getJCOClassNamein classNetObject- Returns:
- A
Stringrepresenting the Fullname of reflected Class
-
getJCOObjectName
public java.lang.String getJCOObjectName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Class name used to build the object- Specified by:
getJCOObjectNamein interfaceIJCOBridgeReflected- Overrides:
getJCOObjectNamein classNetObject- Returns:
- A
Stringrepresenting the name used to allocated the object in CLR context
-
getJCOInstance
public java.lang.Object getJCOInstance()
Description copied from interface:IJCOBridgeReflectedReturns the instantiated class- Specified by:
getJCOInstancein interfaceIJCOBridgeReflected- Overrides:
getJCOInstancein classNetObject- Returns:
- An
Objectrepresenting the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstancein classNetObject
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflectedReturns the instantiated class Type- Specified by:
getJCOTypein interfaceIJCOBridgeReflected- Overrides:
getJCOTypein classNetObject- Returns:
- A
JCTyperepresenting the CLR Type of the instantiated Class
-
cast
public static SignedCms cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflectedinstance intoSignedCms, a cast assert is made to check if types are compatible.- Parameters:
from-IJCOBridgeReflectedinstance to be casted- Returns:
SignedCmsinstance- Throws:
java.lang.Throwable- in case of error during cast operation
-
Encode
public byte[] Encode() throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException, InvalidOperationException, OverflowException, IndexOutOfRangeException, CryptographicException, AsnContentException, OutOfMemoryException, RankException, ArrayTypeMismatchException- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionNotSupportedExceptionCultureNotFoundExceptionObjectDisposedExceptionInvalidOperationExceptionOverflowExceptionIndexOutOfRangeExceptionCryptographicExceptionAsnContentExceptionOutOfMemoryExceptionRankExceptionArrayTypeMismatchException
-
AddCertificate
public void AddCertificate(X509Certificate2 certificate) throws java.lang.Throwable, ArgumentException, InvalidOperationException, PlatformNotSupportedException, IndexOutOfRangeException, ArgumentOutOfRangeException, FormatException, CryptographicException, NotSupportedException, OverflowException, ArgumentNullException, AsnContentException, OutOfMemoryException, CultureNotFoundException
- Throws:
java.lang.ThrowableArgumentExceptionInvalidOperationExceptionPlatformNotSupportedExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionFormatExceptionCryptographicExceptionNotSupportedExceptionOverflowExceptionArgumentNullExceptionAsnContentExceptionOutOfMemoryExceptionCultureNotFoundException
-
CheckHash
public void CheckHash() throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException, InvalidOperationException, IndexOutOfRangeException, ArrayTypeMismatchException, CryptographicException, AsnContentException, OverflowException- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionNotSupportedExceptionCultureNotFoundExceptionObjectDisposedExceptionInvalidOperationExceptionIndexOutOfRangeExceptionArrayTypeMismatchExceptionCryptographicExceptionAsnContentExceptionOverflowException
-
CheckSignature
public void CheckSignature(boolean verifySignatureOnly) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, NotSupportedException, InvalidOperationException, ObjectDisposedException, IndexOutOfRangeException, ArrayTypeMismatchException, CryptographicException, AsnContentException, RankException, KeyNotFoundException- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionNotSupportedExceptionInvalidOperationExceptionObjectDisposedExceptionIndexOutOfRangeExceptionArrayTypeMismatchExceptionCryptographicExceptionAsnContentExceptionRankExceptionKeyNotFoundException
-
CheckSignature
public void CheckSignature(X509Certificate2Collection extraStore, boolean verifySignatureOnly) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException, InvalidOperationException, IndexOutOfRangeException, ArrayTypeMismatchException, CryptographicException, AsnContentException, KeyNotFoundException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionNotSupportedExceptionCultureNotFoundExceptionObjectDisposedExceptionInvalidOperationExceptionIndexOutOfRangeExceptionArrayTypeMismatchExceptionCryptographicExceptionAsnContentExceptionKeyNotFoundException
-
ComputeSignature
public void ComputeSignature() throws java.lang.Throwable, ArgumentException, InvalidOperationException, ArgumentNullException, CryptographicException, PlatformNotSupportedException, IndexOutOfRangeException, ArgumentOutOfRangeException, FormatException, ArrayTypeMismatchException, NotSupportedException, RankException, OverflowException, AsnContentException, KeyNotFoundException, OutOfMemoryException, CultureNotFoundException- Throws:
java.lang.ThrowableArgumentExceptionInvalidOperationExceptionArgumentNullExceptionCryptographicExceptionPlatformNotSupportedExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionFormatExceptionArrayTypeMismatchExceptionNotSupportedExceptionRankExceptionOverflowExceptionAsnContentExceptionKeyNotFoundExceptionOutOfMemoryExceptionCultureNotFoundException
-
ComputeSignature
public void ComputeSignature(CmsSigner signer, boolean silent) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, NotSupportedException, CultureNotFoundException, ObjectDisposedException, CryptographicException, IndexOutOfRangeException, MissingMethodException, TargetInvocationException, OverflowException, AsnContentException, OutOfMemoryException, KeyNotFoundException
- Throws:
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionArgumentNullExceptionInvalidOperationExceptionPlatformNotSupportedExceptionArrayTypeMismatchExceptionNotSupportedExceptionCultureNotFoundExceptionObjectDisposedExceptionCryptographicExceptionIndexOutOfRangeExceptionMissingMethodExceptionTargetInvocationExceptionOverflowExceptionAsnContentExceptionOutOfMemoryExceptionKeyNotFoundException
-
ComputeSignature
public void ComputeSignature(CmsSigner signer) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, NotSupportedException, ObjectDisposedException, RankException, IndexOutOfRangeException, CryptographicException, FormatException, OverflowException, AsnContentException, KeyNotFoundException, OutOfMemoryException
- Throws:
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionArgumentNullExceptionInvalidOperationExceptionPlatformNotSupportedExceptionArrayTypeMismatchExceptionNotSupportedExceptionObjectDisposedExceptionRankExceptionIndexOutOfRangeExceptionCryptographicExceptionFormatExceptionOverflowExceptionAsnContentExceptionKeyNotFoundExceptionOutOfMemoryException
-
Decode
public void Decode(byte[] encodedMessage) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, NotSupportedException, CultureNotFoundException, ObjectDisposedException, AsnContentException, CryptographicException, OutOfMemoryException, ExternalException- Throws:
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionArgumentNullExceptionInvalidOperationExceptionPlatformNotSupportedExceptionArrayTypeMismatchExceptionNotSupportedExceptionCultureNotFoundExceptionObjectDisposedExceptionAsnContentExceptionCryptographicExceptionOutOfMemoryExceptionExternalException
-
Decode
public void Decode(JCORefOut dupParam0) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, NotSupportedException, CultureNotFoundException, ObjectDisposedException, AsnContentException, CryptographicException, OutOfMemoryException, ExternalException
- Throws:
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionArgumentNullExceptionInvalidOperationExceptionPlatformNotSupportedExceptionArrayTypeMismatchExceptionNotSupportedExceptionCultureNotFoundExceptionObjectDisposedExceptionAsnContentExceptionCryptographicExceptionOutOfMemoryExceptionExternalException
-
RemoveCertificate
public void RemoveCertificate(X509Certificate2 certificate) throws java.lang.Throwable, ArgumentException, InvalidOperationException, PlatformNotSupportedException, IndexOutOfRangeException, ArgumentOutOfRangeException, FormatException, CryptographicException, NotSupportedException, ArgumentNullException, RankException, ArrayTypeMismatchException, InvalidCastException, OverflowException, AsnContentException, OutOfMemoryException, CultureNotFoundException
- Throws:
java.lang.ThrowableArgumentExceptionInvalidOperationExceptionPlatformNotSupportedExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionFormatExceptionCryptographicExceptionNotSupportedExceptionArgumentNullExceptionRankExceptionArrayTypeMismatchExceptionInvalidCastExceptionOverflowExceptionAsnContentExceptionOutOfMemoryExceptionCultureNotFoundException
-
RemoveSignature
public void RemoveSignature(int index) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException, InvalidOperationException, IndexOutOfRangeException, RankException, ArrayTypeMismatchException, InvalidCastException- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionNotSupportedExceptionCultureNotFoundExceptionObjectDisposedExceptionInvalidOperationExceptionIndexOutOfRangeExceptionRankExceptionArrayTypeMismatchExceptionInvalidCastException
-
RemoveSignature
public void RemoveSignature(SignerInfo signerInfo) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, NotSupportedException, CultureNotFoundException, ObjectDisposedException, IndexOutOfRangeException, CryptographicException, AsnContentException
- Throws:
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionArgumentNullExceptionInvalidOperationExceptionPlatformNotSupportedExceptionArrayTypeMismatchExceptionNotSupportedExceptionCultureNotFoundExceptionObjectDisposedExceptionIndexOutOfRangeExceptionCryptographicExceptionAsnContentException
-
getDetached
public boolean getDetached() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setDetached
public void setDetached(boolean Detached) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getVersion
public int getVersion() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setVersion
public void setVersion(int Version) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getContentInfo
public ContentInfo getContentInfo() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setContentInfo
public void setContentInfo(ContentInfo ContentInfo) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getSignerInfos
public SignerInfoCollection getSignerInfos() throws java.lang.Throwable, InvalidOperationException, PlatformNotSupportedException, ArgumentOutOfRangeException, IndexOutOfRangeException, ArrayTypeMismatchException, NotSupportedException, ArgumentNullException, ArgumentException, CryptographicException, AsnContentException
-
getCertificates
public X509Certificate2Collection getCertificates() throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, NotSupportedException, ObjectDisposedException, RankException, IndexOutOfRangeException, MissingMethodException, TargetInvocationException, FormatException, CryptographicException
- Throws:
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionArgumentNullExceptionInvalidOperationExceptionPlatformNotSupportedExceptionArrayTypeMismatchExceptionNotSupportedExceptionObjectDisposedExceptionRankExceptionIndexOutOfRangeExceptionMissingMethodExceptionTargetInvocationExceptionFormatExceptionCryptographicException
-
-