Javax.Crypto.SealedObject Members

The members of Javax.Crypto.SealedObject are listed below.

See Also: Inherited members from Java.Lang.Object

Public Constructors

Creates a new SealedObject instance wrapping the specified object and sealing it using the specified cipher.

Protected Constructors

Creates a new SealedObject instance by copying the data from the specified object.
A constructor used when creating managed representations of JNI objects; called by the runtime.

Public Properties

[read-only]
Algorithmstring. Returns the algorithm this object was sealed with.

Protected Properties

EncodedParamsIList<byte>. The cipher's Java.Security.AlgorithmParameters in encoded format.
[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

Public Methods

GetObject(Java.Security.IKey) : Java.Lang.Object
Returns the wrapped object, decrypting it using the specified key.
GetObject(Cipher) : Java.Lang.Object
Returns the wrapped object, decrypting it using the specified cipher.
GetObject(Java.Security.IKey, string) : Java.Lang.Object
Returns the wrapped object, decrypting it using the specified key.