public class RFC6637Utils extends Object
Modifier and Type | Method and Description |
---|---|
static byte[] |
createUserKeyingMaterial(PublicKeyPacket pubKeyData,
KeyFingerPrintCalculator fingerPrintCalculator) |
static String |
getAgreementAlgorithm(PublicKeyPacket pubKeyData) |
static org.bouncycastle.asn1.ASN1ObjectIdentifier |
getKeyEncryptionOID(int algID) |
public static String getAgreementAlgorithm(PublicKeyPacket pubKeyData)
public static org.bouncycastle.asn1.ASN1ObjectIdentifier getKeyEncryptionOID(int algID) throws PGPException
PGPException
public static byte[] createUserKeyingMaterial(PublicKeyPacket pubKeyData, KeyFingerPrintCalculator fingerPrintCalculator) throws IOException, PGPException
IOException
PGPException
Copyright © 2017 BouncyCastle.org. All rights reserved.