Package | Description |
---|---|
kz.gamma.asn1 | |
kz.gamma.asn1.cms | |
kz.gamma.asn1.dvcs |
Support classes useful for encoding and processing Data Validation and Certification Server (DVCS) protocols as described in RFC 3029.
|
kz.gamma.asn1.pkcs | |
kz.gamma.asn1.x500 | |
kz.gamma.asn1.x509 | |
kz.gamma.cms | |
kz.gamma.jce | |
kz.gamma.jce.provider |
Modifier and Type | Class and Description |
---|---|
class |
BERSet |
class |
DERConstructedSet
Deprecated.
use DERSet
|
class |
DERSet
A DER encoded set object
|
Modifier and Type | Method and Description |
---|---|
static ASN1Set |
ASN1Set.getInstance(ASN1TaggedObject obj,
boolean explicit)
Return an ASN1 set from a tagged object.
|
static ASN1Set |
ASN1Set.getInstance(java.lang.Object obj)
return an ASN1Set from the given object.
|
Modifier and Type | Field and Description |
---|---|
private ASN1Set |
Attribute.attrValues |
private ASN1Set |
SignerInfo.authenticatedAttributes |
private ASN1Set |
SignedData.certificates |
private ASN1Set |
OriginatorInfo.certs |
private ASN1Set |
SignedData.crls |
private ASN1Set |
OriginatorInfo.crls |
private ASN1Set |
SignedData.digestAlgorithms |
private ASN1Set |
EnvelopedData.recipientInfos |
private ASN1Set |
SignedData.signerInfos |
private ASN1Set |
SignerInfo.unauthenticatedAttributes |
private ASN1Set |
EnvelopedData.unprotectedAttrs |
private ASN1Set |
EncryptedData.unprotectedAttrs |
Modifier and Type | Method and Description |
---|---|
static ASN1Set |
MSTemplate.getASN1Template(java.lang.String name)
Формирование имени шаблона в ASN
|
ASN1Set |
Attribute.getAttrValues() |
ASN1Set |
SignerInfo.getAuthenticatedAttributes() |
ASN1Set |
SignedData.getCertificates() |
ASN1Set |
OriginatorInfo.getCertificates() |
ASN1Set |
SignedData.getCRLs() |
ASN1Set |
OriginatorInfo.getCRLs() |
ASN1Set |
SignedData.getDigestAlgorithms() |
ASN1Set |
EnvelopedData.getRecipientInfos() |
ASN1Set |
SignedData.getSignerInfos() |
ASN1Set |
SignerInfo.getUnauthenticatedAttributes() |
ASN1Set |
EnvelopedData.getUnprotectedAttrs() |
ASN1Set |
EncryptedData.getUnprotectedAttrs() |
Modifier and Type | Method and Description |
---|---|
private DERInteger |
SignedData.calculateVersion(DERObjectIdentifier contentOid,
ASN1Set certs,
ASN1Set crls,
ASN1Set signerInfs) |
private boolean |
SignedData.checkForVersion3(ASN1Set signerInfs) |
static java.lang.String |
MSTemplate.getTemplateName(ASN1Set attributes)
Извлечение имени шаблона
|
Constructor and Description |
---|
Attribute(DERObjectIdentifier attrType,
ASN1Set attrValues) |
AttributeTable(ASN1Set s) |
EncryptedData(EncryptedContentInfo encInfo,
ASN1Set unprotectedAttrs) |
EnvelopedData(OriginatorInfo originatorInfo,
ASN1Set recipientInfos,
EncryptedContentInfo encryptedContentInfo,
ASN1Set unprotectedAttrs) |
OriginatorInfo(ASN1Set certs,
ASN1Set crls) |
SignedData(ASN1Set digestAlgorithms,
ContentInfo contentInfo,
ASN1Set certificates,
ASN1Set crls,
ASN1Set signerInfos) |
SignerInfo(SignerIdentifier sid,
AlgorithmIdentifier digAlgorithm,
ASN1Set authenticatedAttributes,
AlgorithmIdentifier digEncryptionAlgorithm,
ASN1OctetString encryptedDigest,
ASN1Set unauthenticatedAttributes) |
Modifier and Type | Field and Description |
---|---|
private ASN1Set |
DVCSCertInfoBuilder.reqSignature |
private ASN1Set |
DVCSCertInfo.reqSignature |
Modifier and Type | Method and Description |
---|---|
ASN1Set |
DVCSCertInfo.getReqSignature() |
Modifier and Type | Method and Description |
---|---|
void |
DVCSCertInfoBuilder.setReqSignature(ASN1Set reqSignature) |
Modifier and Type | Field and Description |
---|---|
private ASN1Set |
PrivateKeyInfo.attributes |
(package private) ASN1Set |
CertificationRequestInfo.attributes |
private ASN1Set |
Attribute.attrValues |
private ASN1Set |
SignerInfo.authenticatedAttributes |
(package private) ASN1Set |
SafeBag.bagAttributes |
private ASN1Set |
SignedData.certificates |
private ASN1Set |
SignedData.crls |
private ASN1Set |
SignedData.digestAlgorithms |
private ASN1Set |
SignedData.signerInfos |
private ASN1Set |
SignerInfo.unauthenticatedAttributes |
Modifier and Type | Method and Description |
---|---|
ASN1Set |
PrivateKeyInfo.getAttributes() |
ASN1Set |
CertificationRequestInfo.getAttributes() |
ASN1Set |
Attribute.getAttrValues() |
ASN1Set |
SignerInfo.getAuthenticatedAttributes() |
ASN1Set |
SafeBag.getBagAttributes() |
ASN1Set |
SignedData.getCertificates() |
ASN1Set |
SignedData.getCRLs() |
ASN1Set |
SignedData.getDigestAlgorithms() |
ASN1Set |
SignedData.getSignerInfos() |
ASN1Set |
SignerInfo.getUnauthenticatedAttributes() |
Constructor and Description |
---|
Attribute(DERObjectIdentifier attrType,
ASN1Set attrValues) |
CertificationRequestInfo(X509Name subject,
SubjectPublicKeyInfo pkInfo,
ASN1Set attributes) |
PrivateKeyInfo(AlgorithmIdentifier algId,
DERObject privateKey,
ASN1Set attributes) |
SafeBag(DERObjectIdentifier oid,
DERObject obj,
ASN1Set bagAttributes) |
SignedData(DERInteger _version,
ASN1Set _digestAlgorithms,
ContentInfo _contentInfo,
ASN1Set _certificates,
ASN1Set _crls,
ASN1Set _signerInfos) |
SignerInfo(DERInteger version,
IssuerAndSerialNumber issuerAndSerialNumber,
AlgorithmIdentifier digAlgorithm,
ASN1Set authenticatedAttributes,
AlgorithmIdentifier digEncryptionAlgorithm,
ASN1OctetString encryptedDigest,
ASN1Set unauthenticatedAttributes) |
Modifier and Type | Field and Description |
---|---|
private ASN1Set |
RDN.values |
Constructor and Description |
---|
RDN(ASN1Set values) |
Modifier and Type | Field and Description |
---|---|
private ASN1Set |
Attribute.attrValues |
Modifier and Type | Method and Description |
---|---|
ASN1Set |
Attribute.getAttrValues() |
Constructor and Description |
---|
Attribute(DERObjectIdentifier attrType,
ASN1Set attrValues) |
Modifier and Type | Field and Description |
---|---|
private ASN1Set |
CMSSignedDataParser._certSet |
private ASN1Set |
CMSSignedDataParser._crlSet |
private ASN1Set |
SignerInformation.signedAttributes |
private ASN1Set |
CMSEnvelopedData.unprotectedAttributes |
private ASN1Set |
SignerInformation.unsignedAttributes |
Modifier and Type | Method and Description |
---|---|
(package private) static ASN1Set |
CMSUtils.createBerSetFromList(java.util.List derObjects) |
(package private) static ASN1Set |
CMSUtils.createDerSetFromList(java.util.List derObjects) |
protected ASN1Set |
CMSSignedGenerator.getAttributeSet(AttributeTable attr) |
Modifier and Type | Method and Description |
---|---|
private void |
CMSSignedHelper.addCertsFromSet(java.util.List certs,
ASN1Set certSet,
java.lang.String provider) |
private void |
CMSSignedHelper.addCRLsFromSet(java.util.List crls,
ASN1Set certSet,
java.lang.String provider) |
(package private) X509Store |
CMSSignedHelper.createAttributeStore(java.lang.String type,
java.lang.String provider,
ASN1Set certSet) |
(package private) X509Store |
CMSSignedHelper.createCertificateStore(java.lang.String type,
java.lang.String provider,
ASN1Set certSet) |
(package private) java.security.cert.CertStore |
CMSSignedHelper.createCertStore(java.lang.String type,
java.lang.String provider,
ASN1Set certSet,
ASN1Set crlSet) |
(package private) X509Store |
CMSSignedHelper.createCRLsStore(java.lang.String type,
java.lang.String provider,
ASN1Set crlSet) |
Constructor and Description |
---|
PKCS10CertificationRequest(java.lang.String signatureAlgorithm,
javax.security.auth.x500.X500Principal subject,
java.security.PublicKey key,
ASN1Set attributes,
java.security.PrivateKey signingKey)
create a PKCS10 certfication request using the BC provider.
|
PKCS10CertificationRequest(java.lang.String signatureAlgorithm,
javax.security.auth.x500.X500Principal subject,
java.security.PublicKey key,
ASN1Set attributes,
java.security.PrivateKey signingKey,
java.lang.String provider)
create a PKCS10 certfication request using the named provider.
|
PKCS10CertificationRequest(java.lang.String signatureAlgorithm,
X509Name subject,
java.security.PublicKey key,
ASN1Set attributes,
java.security.PrivateKey signingKey)
create a PKCS10 certfication request using the BC provider.
|
PKCS10CertificationRequest(java.lang.String signatureAlgorithm,
X509Name subject,
java.security.PublicKey key,
ASN1Set attributes,
java.security.PrivateKey signingKey,
java.lang.String provider)
create a PKCS10 certfication request using the named provider.
|
Modifier and Type | Field and Description |
---|---|
private ASN1Set |
JDKX509CertificateFactory.sCrlData |
private ASN1Set |
X509CertParser.sData |
private ASN1Set |
X509CRLParser.sData |
private ASN1Set |
X509AttrCertParser.sData |
private ASN1Set |
JDKX509CertificateFactory.sData |
Copyright © 1998-2014 Gamma Technologies. All Rights Reserved.