public class JceKeyTransRecipientInfoGenerator extends KeyTransRecipientInfoGenerator
wrapper
Constructor and Description |
---|
JceKeyTransRecipientInfoGenerator(byte[] subjectKeyIdentifier,
PublicKey publicKey) |
JceKeyTransRecipientInfoGenerator(X509Certificate recipientCert) |
Modifier and Type | Method and Description |
---|---|
JceKeyTransRecipientInfoGenerator |
setProvider(Provider provider) |
JceKeyTransRecipientInfoGenerator |
setProvider(String providerName) |
generate
public JceKeyTransRecipientInfoGenerator(X509Certificate recipientCert) throws CertificateEncodingException
CertificateEncodingException
public JceKeyTransRecipientInfoGenerator(byte[] subjectKeyIdentifier, PublicKey publicKey)
public JceKeyTransRecipientInfoGenerator setProvider(String providerName) throws OperatorCreationException
OperatorCreationException
public JceKeyTransRecipientInfoGenerator setProvider(Provider provider) throws OperatorCreationException
OperatorCreationException
Copyright © 2015. All rights reserved.