Uses of Class
javax.crypto.SealedObject
| Package | Description |
|---|---|
| javax.crypto |
This package provides the classes and interfaces for cryptographic applications implementing algorithms for encryption, decryption, or
key agreement.
|
-
Uses of SealedObject in javax.crypto
Constructors in javax.crypto with parameters of type SealedObject Constructor Description SealedObject(SealedObject so)Creates a newSealedObjectinstance by copying the data from the specified object.