Package | Description |
---|---|
kz.gamma.asn1 | |
kz.gamma.asn1.cmp |
Support classes useful for encoding and supporting PKIX-CMP as described RFC 2510.
|
kz.gamma.asn1.cms | |
kz.gamma.asn1.crmf | |
kz.gamma.asn1.cryptopro | |
kz.gamma.asn1.ess |
Support classes useful for encoding and supporting Enhanced Security Services for S/MIME as described RFC 2634.
|
kz.gamma.asn1.misc | |
kz.gamma.asn1.ocsp | |
kz.gamma.asn1.pkcs | |
kz.gamma.asn1.smime |
Support classes useful for encoding and supporting S/MIME.
|
kz.gamma.asn1.x509 | |
kz.gamma.asn1.x509.qualified | |
kz.gamma.asn1.x9 | |
kz.gamma.cms | |
kz.gamma.hsm.crypto.software.x9 | |
kz.gamma.x509.extension |
Modifier and Type | Class and Description |
---|---|
class |
BERConstructedOctetString |
class |
DEROctetString |
Modifier and Type | Method and Description |
---|---|
static ASN1OctetString |
ASN1OctetString.getInstance(ASN1TaggedObject obj,
boolean explicit)
return an Octet String from a tagged object.
|
static ASN1OctetString |
ASN1OctetString.getInstance(java.lang.Object obj)
return an Octet String from the given object.
|
Modifier and Type | Field and Description |
---|---|
private ASN1OctetString |
CertStatus.certHash |
private ASN1OctetString |
Challenge.challenge |
private ASN1OctetString |
PKIHeader.recipKID |
private ASN1OctetString |
PKIHeader.recipNonce |
private ASN1OctetString |
CertResponse.rspInfo |
private ASN1OctetString |
PBMParameter.salt |
private ASN1OctetString |
PKIHeader.senderKID |
private ASN1OctetString |
PKIHeader.senderNonce |
private ASN1OctetString |
PKIHeader.transactionID |
private ASN1OctetString |
Challenge.witness |
Modifier and Type | Field and Description |
---|---|
private ASN1OctetString |
EncryptedContentInfo.encryptedContent |
private ASN1OctetString |
SignerInfo.encryptedDigest |
private ASN1OctetString |
RecipientEncryptedKey.encryptedKey |
private ASN1OctetString |
PasswordRecipientInfo.encryptedKey |
private ASN1OctetString |
KeyTransRecipientInfo.encryptedKey |
private ASN1OctetString |
KEKRecipientInfo.encryptedKey |
private ASN1OctetString |
KEKIdentifier.keyIdentifier |
private ASN1OctetString |
RecipientKeyIdentifier.subjectKeyIdentifier |
private ASN1OctetString |
KeyAgreeRecipientInfo.ukm |
Modifier and Type | Method and Description |
---|---|
ASN1OctetString |
EncryptedContentInfo.getEncryptedContent() |
ASN1OctetString |
SignerInfo.getEncryptedDigest() |
ASN1OctetString |
RecipientEncryptedKey.getEncryptedKey() |
ASN1OctetString |
PasswordRecipientInfo.getEncryptedKey() |
ASN1OctetString |
KeyTransRecipientInfo.getEncryptedKey() |
ASN1OctetString |
KEKRecipientInfo.getEncryptedKey() |
ASN1OctetString |
KEKIdentifier.getKeyIdentifier() |
ASN1OctetString |
RecipientKeyIdentifier.getSubjectKeyIdentifier() |
ASN1OctetString |
KeyAgreeRecipientInfo.getUserKeyingMaterial() |
Modifier and Type | Field and Description |
---|---|
private ASN1OctetString |
EncryptedValue.valueHint |
Modifier and Type | Field and Description |
---|---|
(package private) ASN1OctetString |
GOST28147Parameters.iv |
Modifier and Type | Field and Description |
---|---|
private ASN1OctetString |
ESSCertID.certHash |
(package private) ASN1OctetString |
ContentIdentifier.value |
Modifier and Type | Method and Description |
---|---|
ASN1OctetString |
ContentIdentifier.getValue() |
Constructor and Description |
---|
ContentIdentifier(ASN1OctetString value)
Create from OCTET STRING whose octets represent the identifier.
|
Modifier and Type | Field and Description |
---|---|
(package private) ASN1OctetString |
IDEACBCPar.iv |
(package private) ASN1OctetString |
CAST5CBCParameters.iv |
Modifier and Type | Field and Description |
---|---|
(package private) ASN1OctetString |
CertID.issuerKeyHash |
(package private) ASN1OctetString |
CertID.issuerNameHash |
(package private) ASN1OctetString |
ResponseBytes.response |
Modifier and Type | Method and Description |
---|---|
ASN1OctetString |
CertID.getIssuerKeyHash() |
ASN1OctetString |
CertID.getIssuerNameHash() |
ASN1OctetString |
ResponseBytes.getResponse() |
Constructor and Description |
---|
CertID(AlgorithmIdentifier hashAlgorithm,
ASN1OctetString issuerNameHash,
ASN1OctetString issuerKeyHash,
DERInteger serialNumber) |
ResponderID(ASN1OctetString value) |
ResponseBytes(DERObjectIdentifier responseType,
ASN1OctetString response) |
Modifier and Type | Field and Description |
---|---|
private ASN1OctetString |
EncryptedPrivateKeyInfo.data |
private ASN1OctetString |
SignerInfo.encryptedDigest |
(package private) ASN1OctetString |
RC2CBCParameter.iv |
(package private) ASN1OctetString |
PKCS12PBEParams.iv |
(package private) ASN1OctetString |
PBKDF2Params.octStr |
Modifier and Type | Method and Description |
---|---|
ASN1OctetString |
EncryptedData.getContent() |
ASN1OctetString |
SignerInfo.getEncryptedDigest() |
Constructor and Description |
---|
SignerInfo(DERInteger version,
IssuerAndSerialNumber issuerAndSerialNumber,
AlgorithmIdentifier digAlgorithm,
ASN1Set authenticatedAttributes,
AlgorithmIdentifier digEncryptionAlgorithm,
ASN1OctetString encryptedDigest,
ASN1Set unauthenticatedAttributes) |
Constructor and Description |
---|
SMIMEEncryptionKeyPreferenceAttribute(ASN1OctetString sKeyId) |
Modifier and Type | Field and Description |
---|---|
(package private) ASN1OctetString |
AuthorityKeyIdentifier.keyidentifier |
(package private) ASN1OctetString |
X509Extension.value |
private ASN1OctetString |
Extension.value |
Modifier and Type | Method and Description |
---|---|
ASN1OctetString |
Extension.getExtnValue() |
ASN1OctetString |
X509Extension.getValue() |
Constructor and Description |
---|
Extension(DERObjectIdentifier extnId,
boolean critical,
ASN1OctetString value) |
Extension(DERObjectIdentifier extnId,
DERBoolean critical,
ASN1OctetString value) |
SubjectKeyIdentifier(ASN1OctetString keyid) |
X509Extension(boolean critical,
ASN1OctetString value) |
X509Extension(DERBoolean critical,
ASN1OctetString value) |
Modifier and Type | Field and Description |
---|---|
(package private) ASN1OctetString |
BiometricData.biometricDataHash |
Modifier and Type | Method and Description |
---|---|
ASN1OctetString |
BiometricData.getBiometricDataHash() |
Constructor and Description |
---|
BiometricData(TypeOfBiometricData typeOfBiometricData,
AlgorithmIdentifier hashAlgorithm,
ASN1OctetString biometricDataHash) |
BiometricData(TypeOfBiometricData typeOfBiometricData,
AlgorithmIdentifier hashAlgorithm,
ASN1OctetString biometricDataHash,
DERIA5String sourceDataUri) |
Modifier and Type | Field and Description |
---|---|
private ASN1OctetString |
KeySpecificInfo.counter |
private ASN1OctetString |
OtherInfo.partyAInfo |
private ASN1OctetString |
OtherInfo.suppPubInfo |
Modifier and Type | Method and Description |
---|---|
ASN1OctetString |
KeySpecificInfo.getCounter() |
ASN1OctetString |
OtherInfo.getPartyAInfo() |
ASN1OctetString |
OtherInfo.getSuppPubInfo() |
Constructor and Description |
---|
KeySpecificInfo(DERObjectIdentifier algorithm,
ASN1OctetString counter) |
OtherInfo(KeySpecificInfo keyInfo,
ASN1OctetString partyAInfo,
ASN1OctetString suppPubInfo) |
Modifier and Type | Field and Description |
---|---|
private ASN1OctetString |
KeyAgreeRecipientInformation._encryptedKey |
(package private) ASN1OctetString |
CMSEnvelopedGenerator.RecipientInf.subKeyId |
(package private) ASN1OctetString |
CMSEnvelopedGenerator.RecipientInf.ukm |
Constructor and Description |
---|
RecipientInf(java.security.PublicKey pubKey,
ASN1OctetString subKeyId) |
Modifier and Type | Field and Description |
---|---|
private ASN1OctetString |
KeySpecificInfo.counter |
private ASN1OctetString |
OtherInfo.partyAInfo |
private ASN1OctetString |
OtherInfo.suppPubInfo |
Modifier and Type | Method and Description |
---|---|
ASN1OctetString |
KeySpecificInfo.getCounter() |
ASN1OctetString |
OtherInfo.getPartyAInfo() |
ASN1OctetString |
OtherInfo.getSuppPubInfo() |
Constructor and Description |
---|
KeySpecificInfo(DERObjectIdentifier algorithm,
ASN1OctetString counter) |
OtherInfo(KeySpecificInfo keyInfo,
ASN1OctetString partyAInfo,
ASN1OctetString suppPubInfo) |
X9ECPoint(ECCurve c,
ASN1OctetString s) |
X9FieldElement(java.math.BigInteger p,
ASN1OctetString s) |
X9FieldElement(int m,
int k1,
int k2,
int k3,
ASN1OctetString s) |
Modifier and Type | Method and Description |
---|---|
private static ASN1OctetString |
SubjectKeyIdentifierStructure.fromPublicKey(java.security.PublicKey pubKey) |
Copyright © 1998-2014 Gamma Technologies. All Rights Reserved.