Uses of Class
org.bouncycastle.asn1.x509.SubjectKeyIdentifier
-
Packages that use SubjectKeyIdentifier Package Description org.bouncycastle.asn1.cms org.bouncycastle.asn1.x509 -
-
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(Object obj)
static SubjectKeyIdentifier
SubjectKeyIdentifier. getInstance(ASN1TaggedObject obj, boolean explicit)
-