Java javax.crypto SealedObject fields, constructors, methods, implement or subclass

Example usage for Java javax.crypto SealedObject fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javax.crypto SealedObject.

The text is from its open source code.

Constructor

SealedObject(Serializable object, Cipher c)
Constructs a SealedObject from any Serializable object.

Method

StringgetAlgorithm()
Returns the algorithm that was used to seal this object.
ObjectgetObject(Key key)
Retrieves the original (encapsulated) object.
ObjectgetObject(Cipher c)
Retrieves the original (encapsulated) object.