Package | Description |
---|---|
old.org.bouncycastle.asn1.cms |
Modifier and Type | Method and Description |
---|---|
static OtherKeyAttribute |
OtherKeyAttribute.getInstance(Object o)
return an OtherKeyAttribute object from the given object.
|
OtherKeyAttribute |
KEKIdentifier.getOther() |
OtherKeyAttribute |
RecipientKeyIdentifier.getOtherKeyAttribute() |
Constructor and Description |
---|
KEKIdentifier(byte[] keyIdentifier,
DERGeneralizedTime date,
OtherKeyAttribute other) |
RecipientKeyIdentifier(ASN1OctetString subjectKeyIdentifier,
DERGeneralizedTime date,
OtherKeyAttribute other) |
RecipientKeyIdentifier(byte[] subjectKeyIdentifier,
DERGeneralizedTime date,
OtherKeyAttribute other) |
Copyright © 2015. All rights reserved.