Uses of Class
org.bouncycastle.openpgp.PGPOnePassSignature
-
Packages that use PGPOnePassSignature Package Description org.bouncycastle.openpgp High level classes for dealing with OpenPGP objects. -
-
Uses of PGPOnePassSignature in org.bouncycastle.openpgp
Methods in org.bouncycastle.openpgp that return PGPOnePassSignature Modifier and Type Method Description PGPOnePassSignature
PGPSignatureGenerator. generateOnePassVersion(boolean isNested)
Return the one pass header associated with the current signature.PGPOnePassSignature
PGPV3SignatureGenerator. generateOnePassVersion(boolean isNested)
Return the one pass header associated with the current signature.PGPOnePassSignature
PGPOnePassSignatureList. get(int index)
Methods in org.bouncycastle.openpgp that return types with arguments of type PGPOnePassSignature Modifier and Type Method Description Iterator<PGPOnePassSignature>
PGPOnePassSignatureList. iterator()
Support method for Iterable where available.Constructors in org.bouncycastle.openpgp with parameters of type PGPOnePassSignature Constructor Description PGPOnePassSignatureList(PGPOnePassSignature sig)
PGPOnePassSignatureList(PGPOnePassSignature[] sigs)
-