Uses of Class
org.bouncycastle.asn1.x509.SubjectKeyIdentifier
-
Packages that use SubjectKeyIdentifier Package Description org.bouncycastle.asn1.cms Support classes useful for encoding and supporting Cryptographic Message Syntax as described in PKCS#7 and RFC 3369 (formerly RFC 2630).org.bouncycastle.asn1.x509 Support classes useful for encoding and processing X.509 certificates. -
-
Uses of SubjectKeyIdentifier in org.bouncycastle.asn1.cms
Methods in org.bouncycastle.asn1.cms that return SubjectKeyIdentifier Modifier and Type Method Description SubjectKeyIdentifier
OriginatorIdentifierOrKey. getSubjectKeyIdentifier()
Constructors in org.bouncycastle.asn1.cms with parameters of type SubjectKeyIdentifier Constructor Description OriginatorIdentifierOrKey(SubjectKeyIdentifier id)
-
Uses of SubjectKeyIdentifier in org.bouncycastle.asn1.x509
Methods in org.bouncycastle.asn1.x509 that return SubjectKeyIdentifier Modifier and Type Method Description static SubjectKeyIdentifier
SubjectKeyIdentifier. fromExtensions(Extensions extensions)
static SubjectKeyIdentifier
SubjectKeyIdentifier. getInstance(java.lang.Object obj)
static SubjectKeyIdentifier
SubjectKeyIdentifier. getInstance(ASN1TaggedObject obj, boolean explicit)
-