Class RFC6637Utils
java.lang.Object
org.bouncycastle.openpgp.operator.RFC6637Utils
-
Method Summary
Modifier and TypeMethodDescriptionstatic byte[]
createUserKeyingMaterial
(PublicKeyPacket pubKeyData, KeyFingerPrintCalculator fingerPrintCalculator) static String
getAgreementAlgorithm
(PublicKeyPacket pubKeyData) static org.bouncycastle.asn1.ASN1ObjectIdentifier
getKeyEncryptionOID
(int algID) static String
getXDHAlgorithm
(PublicKeyPacket pubKeyData)
-
Method Details
-
getXDHAlgorithm
-
getAgreementAlgorithm
-
getKeyEncryptionOID
public static org.bouncycastle.asn1.ASN1ObjectIdentifier getKeyEncryptionOID(int algID) throws PGPException - Throws:
PGPException
-
createUserKeyingMaterial
public static byte[] createUserKeyingMaterial(PublicKeyPacket pubKeyData, KeyFingerPrintCalculator fingerPrintCalculator) throws IOException, PGPException - Throws:
IOException
PGPException
-