Uses of Class
org.bouncycastle.bcpg.MPInteger
-
Packages that use MPInteger Package Description org.bouncycastle.bcpg Low level classes for dealing with OpenPGP objects. -
-
Uses of MPInteger in org.bouncycastle.bcpg
Methods in org.bouncycastle.bcpg that return MPInteger Modifier and Type Method Description MPInteger[]
SignaturePacket. getSignature()
return the signature as a set of integers - note this is normalised to be the ASN.1 encoding of what appears in the signature packet.Constructors in org.bouncycastle.bcpg with parameters of type MPInteger Constructor Description SignaturePacket(int version, int signatureType, long keyID, int keyAlgorithm, int hashAlgorithm, long creationTime, byte[] fingerPrint, MPInteger[] signature)
Generate a version 2/3 signature packet.SignaturePacket(int version, int signatureType, long keyID, int keyAlgorithm, int hashAlgorithm, SignatureSubpacket[] hashedData, SignatureSubpacket[] unhashedData, byte[] fingerPrint, MPInteger[] signature)
SignaturePacket(int signatureType, long keyID, int keyAlgorithm, int hashAlgorithm, SignatureSubpacket[] hashedData, SignatureSubpacket[] unhashedData, byte[] fingerPrint, MPInteger[] signature)
Generate a version 4 signature packet.
-