| Package | Description |
|---|---|
| kz.gamma.asn1.crmf | |
| kz.gamma.asn1.pkcs | |
| kz.gamma.asn1.x509 | |
| kz.gamma.core | |
| kz.gamma.jce.provider |
| Modifier and Type | Field and Description |
|---|---|
private SubjectPublicKeyInfo |
POPOSigningKeyInput.publicKey |
private SubjectPublicKeyInfo |
CertTemplate.publicKey |
| Modifier and Type | Method and Description |
|---|---|
SubjectPublicKeyInfo |
POPOSigningKeyInput.getPublicKey() |
| Modifier and Type | Field and Description |
|---|---|
(package private) SubjectPublicKeyInfo |
CertificationRequestInfo.subjectPKInfo |
| Modifier and Type | Method and Description |
|---|---|
SubjectPublicKeyInfo |
CertificationRequestInfo.getSubjectPublicKeyInfo() |
| Constructor and Description |
|---|
CertificationRequestInfo(X509Name subject,
SubjectPublicKeyInfo pkInfo,
ASN1Set attributes) |
| Modifier and Type | Field and Description |
|---|---|
(package private) SubjectPublicKeyInfo |
V3TBSCertificateGenerator.subjectPublicKeyInfo |
(package private) SubjectPublicKeyInfo |
V1TBSCertificateGenerator.subjectPublicKeyInfo |
(package private) SubjectPublicKeyInfo |
TBSCertificateStructure.subjectPublicKeyInfo |
(package private) SubjectPublicKeyInfo |
TBSCertificate.subjectPublicKeyInfo |
| Modifier and Type | Method and Description |
|---|---|
static SubjectPublicKeyInfo |
SubjectPublicKeyInfo.getInstance(ASN1TaggedObject obj,
boolean explicit) |
static SubjectPublicKeyInfo |
SubjectPublicKeyInfo.getInstance(java.lang.Object obj) |
SubjectPublicKeyInfo |
X509CertificateStructure.getSubjectPublicKeyInfo() |
SubjectPublicKeyInfo |
TBSCertificateStructure.getSubjectPublicKeyInfo() |
SubjectPublicKeyInfo |
TBSCertificate.getSubjectPublicKeyInfo() |
SubjectPublicKeyInfo |
Certificate.getSubjectPublicKeyInfo() |
| Modifier and Type | Method and Description |
|---|---|
void |
V3TBSCertificateGenerator.setSubjectPublicKeyInfo(SubjectPublicKeyInfo pubKeyInfo) |
void |
V1TBSCertificateGenerator.setSubjectPublicKeyInfo(SubjectPublicKeyInfo pubKeyInfo) |
| Constructor and Description |
|---|
AuthorityKeyIdentifier(SubjectPublicKeyInfo spki)
Calulates the keyidentifier using a SHA1 hash over the BIT STRING
from SubjectPublicKeyInfo as defined in RFC2459.
|
AuthorityKeyIdentifier(SubjectPublicKeyInfo spki,
GeneralNames name,
java.math.BigInteger serialNumber)
create an AuthorityKeyIdentifier with the GeneralNames tag and
the serial number provided as well.
|
SubjectKeyIdentifier(SubjectPublicKeyInfo spki)
Calulates the keyidentifier using a SHA1 hash over the BIT STRING
from SubjectPublicKeyInfo as defined in RFC2459.
|
| Modifier and Type | Method and Description |
|---|---|
SubjectPublicKeyInfo |
GammaGOST3410PublicKey.getKeySubject() |
| Modifier and Type | Method and Description |
|---|---|
void |
GammaGOST3410PublicKey.setKeyBlob(SubjectPublicKeyInfo pInfo) |
| Modifier and Type | Method and Description |
|---|---|
(package private) static java.security.PublicKey |
JDKKeyFactory.createPublicKeyFromPublicKeyInfo(SubjectPublicKeyInfo info) |
Copyright © 1998-2014 Gamma Technologies. All Rights Reserved.