Example usage for Java javax.crypto SealedObject fields, constructors, methods, implement or subclass
The text is from its open source code.
SealedObject(Serializable object, Cipher c) Constructs a SealedObject from any Serializable object. |
String | getAlgorithm() Returns the algorithm that was used to seal this object. |
Object | getObject(Key key) Retrieves the original (encapsulated) object. |
Object | getObject(Cipher c) Retrieves the original (encapsulated) object. |