Modifier and Type | Method and Description |
---|---|
AlgorithmIdentifier |
OOBCertHash.getHashAlg() |
AlgorithmIdentifier |
PBMParameter.getMac() |
AlgorithmIdentifier |
PBMParameter.getOwf() |
AlgorithmIdentifier |
Challenge.getOwf() |
AlgorithmIdentifier |
PKIHeader.getProtectionAlg() |
Modifier and Type | Method and Description |
---|---|
PKIHeaderBuilder |
PKIHeaderBuilder.setProtectionAlg(AlgorithmIdentifier aid) |
Constructor and Description |
---|
Challenge(AlgorithmIdentifier owf,
byte[] witness,
byte[] challenge) |
OOBCertHash(AlgorithmIdentifier hashAlg,
CertId certId,
byte[] hashVal) |
OOBCertHash(AlgorithmIdentifier hashAlg,
CertId certId,
DERBitString hashVal) |
PBMParameter(ASN1OctetString salt,
AlgorithmIdentifier owf,
ASN1Integer iterationCount,
AlgorithmIdentifier mac) |
PBMParameter(byte[] salt,
AlgorithmIdentifier owf,
int iterationCount,
AlgorithmIdentifier mac) |
Modifier and Type | Method and Description |
---|---|
AlgorithmIdentifier |
PKMACValue.getAlgId() |
AlgorithmIdentifier |
POPOSigningKey.getAlgorithmIdentifier() |
AlgorithmIdentifier |
EncryptedValue.getIntendedAlg() |
AlgorithmIdentifier |
EncryptedValue.getKeyAlg() |
AlgorithmIdentifier |
CertTemplate.getSigningAlg() |
AlgorithmIdentifier |
EncryptedValue.getSymmAlg() |
Modifier and Type | Method and Description |
---|---|
CertTemplateBuilder |
CertTemplateBuilder.setSigningAlg(AlgorithmIdentifier aid) |
Constructor and Description |
---|
EncryptedValue(AlgorithmIdentifier intendedAlg,
AlgorithmIdentifier symmAlg,
DERBitString encSymmKey,
AlgorithmIdentifier keyAlg,
ASN1OctetString valueHint,
DERBitString encValue) |
PKMACValue(AlgorithmIdentifier aid,
DERBitString value)
Creates a new PKMACValue.
|
POPOSigningKey(POPOSigningKeyInput poposkIn,
AlgorithmIdentifier aid,
DERBitString signature)
Creates a new Proof of Possession object for a signing key.
|
Modifier and Type | Method and Description |
---|---|
AlgorithmIdentifier |
OtherHashAlgAndValue.getHashAlgorithm() |
AlgorithmIdentifier |
OtherHash.getHashAlgorithm() |
Constructor and Description |
---|
OtherHashAlgAndValue(AlgorithmIdentifier hashAlgorithm,
ASN1OctetString hashValue) |
Modifier and Type | Method and Description |
---|---|
AlgorithmIdentifier |
OtherCertID.getAlgorithmHash() |
AlgorithmIdentifier |
ESSCertIDv2.getHashAlgorithm() |
Constructor and Description |
---|
ESSCertIDv2(AlgorithmIdentifier algId,
byte[] certHash) |
ESSCertIDv2(AlgorithmIdentifier algId,
byte[] certHash,
IssuerSerial issuerSerial) |
OtherCertID(AlgorithmIdentifier algId,
byte[] digest) |
OtherCertID(AlgorithmIdentifier algId,
byte[] digest,
IssuerSerial issuerSerial) |
Modifier and Type | Method and Description |
---|---|
AlgorithmIdentifier |
LDSSecurityObject.getDigestAlgorithmIdentifier() |
Constructor and Description |
---|
LDSSecurityObject(AlgorithmIdentifier digestAlgorithmIdentifier,
DataGroupHash[] datagroupHash) |
LDSSecurityObject(AlgorithmIdentifier digestAlgorithmIdentifier,
DataGroupHash[] datagroupHash,
LDSVersionInfo versionInfo) |
Modifier and Type | Method and Description |
---|---|
AlgorithmIdentifier |
CertHash.getHashAlgorithm() |
Constructor and Description |
---|
CertHash(AlgorithmIdentifier hashAlgorithm,
byte[] certificateHash)
Constructor from a given details.
|
Modifier and Type | Method and Description |
---|---|
AlgorithmIdentifier |
CertID.getHashAlgorithm() |
AlgorithmIdentifier |
Signature.getSignatureAlgorithm() |
AlgorithmIdentifier |
BasicOCSPResponse.getSignatureAlgorithm() |
Constructor and Description |
---|
BasicOCSPResponse(ResponseData tbsResponseData,
AlgorithmIdentifier signatureAlgorithm,
DERBitString signature,
ASN1Sequence certs) |
CertID(AlgorithmIdentifier hashAlgorithm,
ASN1OctetString issuerNameHash,
ASN1OctetString issuerKeyHash,
ASN1Integer serialNumber) |
Signature(AlgorithmIdentifier signatureAlgorithm,
DERBitString signature) |
Signature(AlgorithmIdentifier signatureAlgorithm,
DERBitString signature,
ASN1Sequence certs) |
Modifier and Type | Class and Description |
---|---|
class |
PBES2Algorithms
Deprecated.
- use AlgorithmIdentifier and PBES2Parameters
|
Modifier and Type | Field and Description |
---|---|
static AlgorithmIdentifier |
RSASSAPSSparams.DEFAULT_HASH_ALGORITHM |
static AlgorithmIdentifier |
RSAESOAEPparams.DEFAULT_HASH_ALGORITHM |
static AlgorithmIdentifier |
RSASSAPSSparams.DEFAULT_MASK_GEN_FUNCTION |
static AlgorithmIdentifier |
RSAESOAEPparams.DEFAULT_MASK_GEN_FUNCTION |
static AlgorithmIdentifier |
RSAESOAEPparams.DEFAULT_P_SOURCE_ALGORITHM |
protected AlgorithmIdentifier |
CertificationRequest.sigAlgId |
Modifier and Type | Method and Description |
---|---|
AlgorithmIdentifier |
PrivateKeyInfo.getAlgorithmId()
Deprecated.
use getPrivateKeyAlgorithm()
|
AlgorithmIdentifier |
SignerInfo.getDigestAlgorithm() |
AlgorithmIdentifier |
SignerInfo.getDigestEncryptionAlgorithm() |
AlgorithmIdentifier |
EncryptedData.getEncryptionAlgorithm() |
AlgorithmIdentifier |
EncryptedPrivateKeyInfo.getEncryptionAlgorithm() |
AlgorithmIdentifier |
RSASSAPSSparams.getHashAlgorithm() |
AlgorithmIdentifier |
RSAESOAEPparams.getHashAlgorithm() |
AlgorithmIdentifier |
RSASSAPSSparams.getMaskGenAlgorithm() |
AlgorithmIdentifier |
RSAESOAEPparams.getMaskGenAlgorithm() |
AlgorithmIdentifier |
PBKDF2Params.getPrf()
Return the algId of the underlying pseudo random function to use.
|
AlgorithmIdentifier |
PrivateKeyInfo.getPrivateKeyAlgorithm() |
AlgorithmIdentifier |
RSAESOAEPparams.getPSourceAlgorithm() |
AlgorithmIdentifier |
CertificationRequest.getSignatureAlgorithm() |
Constructor and Description |
---|
CertificationRequest(CertificationRequestInfo requestInfo,
AlgorithmIdentifier algorithm,
DERBitString signature) |
EncryptedData(ASN1ObjectIdentifier contentType,
AlgorithmIdentifier encryptionAlgorithm,
ASN1Encodable content) |
EncryptedPrivateKeyInfo(AlgorithmIdentifier algId,
byte[] encoding) |
PBKDF2Params(byte[] salt,
int iterationCount,
AlgorithmIdentifier prf)
Create a PBKDF2Params with the specified salt, iteration count, and a defined prf.
|
PBKDF2Params(byte[] salt,
int iterationCount,
int keyLength,
AlgorithmIdentifier prf)
Create a PBKDF2Params with the specified salt, iteration count, keyLength, and a defined prf.
|
PrivateKeyInfo(AlgorithmIdentifier algId,
ASN1Encodable privateKey) |
PrivateKeyInfo(AlgorithmIdentifier algId,
ASN1Encodable privateKey,
ASN1Set attributes) |
RSAESOAEPparams(AlgorithmIdentifier hashAlgorithm,
AlgorithmIdentifier maskGenAlgorithm,
AlgorithmIdentifier pSourceAlgorithm) |
RSASSAPSSparams(AlgorithmIdentifier hashAlgorithm,
AlgorithmIdentifier maskGenAlgorithm,
ASN1Integer saltLength,
ASN1Integer trailerField) |
SignerInfo(ASN1Integer version,
IssuerAndSerialNumber issuerAndSerialNumber,
AlgorithmIdentifier digAlgorithm,
ASN1Set authenticatedAttributes,
AlgorithmIdentifier digEncryptionAlgorithm,
ASN1OctetString encryptedDigest,
ASN1Set unauthenticatedAttributes) |
Modifier and Type | Method and Description |
---|---|
AlgorithmIdentifier |
MessageImprint.getHashAlgorithm() |
Constructor and Description |
---|
MessageImprint(AlgorithmIdentifier hashAlgorithm,
byte[] hashedMessage) |
Modifier and Type | Method and Description |
---|---|
void |
V2TBSCertListGenerator.setSignature(AlgorithmIdentifier signature) |
void |
V3TBSCertificateGenerator.setSignature(AlgorithmIdentifier signature) |
void |
V1TBSCertificateGenerator.setSignature(AlgorithmIdentifier signature) |
void |
V2AttributeCertificateInfoGenerator.setSignature(AlgorithmIdentifier signature) |
Constructor and Description |
---|
AttributeCertificate(AttributeCertificateInfo acinfo,
AlgorithmIdentifier signatureAlgorithm,
DERBitString signatureValue) |
DigestInfo(AlgorithmIdentifier algId,
byte[] digest) |
ObjectDigestInfo(int digestedObjectType,
ASN1ObjectIdentifier otherObjectTypeID,
AlgorithmIdentifier digestAlgorithm,
byte[] objectDigest)
Constructor from given details.
|
SubjectPublicKeyInfo(AlgorithmIdentifier algId,
ASN1Encodable publicKey) |
SubjectPublicKeyInfo(AlgorithmIdentifier algId,
byte[] publicKey) |
Modifier and Type | Method and Description |
---|---|
AlgorithmIdentifier |
BiometricData.getHashAlgorithm() |
Constructor and Description |
---|
BiometricData(TypeOfBiometricData typeOfBiometricData,
AlgorithmIdentifier hashAlgorithm,
ASN1OctetString biometricDataHash) |
BiometricData(TypeOfBiometricData typeOfBiometricData,
AlgorithmIdentifier hashAlgorithm,
ASN1OctetString biometricDataHash,
DERIA5String sourceDataUri) |
Modifier and Type | Method and Description |
---|---|
static byte[] |
KeyUtil.getEncodedPrivateKeyInfo(AlgorithmIdentifier algId,
ASN1Encodable privKey) |
static byte[] |
KeyUtil.getEncodedSubjectPublicKeyInfo(AlgorithmIdentifier algId,
ASN1Encodable keyData) |
static byte[] |
KeyUtil.getEncodedSubjectPublicKeyInfo(AlgorithmIdentifier algId,
byte[] keyData) |
Modifier and Type | Method and Description |
---|---|
protected byte[] |
PKCS12KeyStoreSpi.cryptData(boolean forEncryption,
AlgorithmIdentifier algId,
char[] password,
boolean wrongPKCS12Zero,
byte[] data) |
protected PrivateKey |
PKCS12KeyStoreSpi.unwrapKey(AlgorithmIdentifier algId,
byte[] data,
char[] password,
boolean wrongPKCS12Zero) |
Modifier and Type | Method and Description |
---|---|
AlgorithmIdentifier |
PBKDF2KeySpec.getPrf() |
Constructor and Description |
---|
PBKDF2KeySpec(char[] password,
byte[] salt,
int iterationCount,
int keySize,
AlgorithmIdentifier prf)
Base constructor.
|
Modifier and Type | Method and Description |
---|---|
AlgorithmIdentifier |
NetscapeCertRequest.getKeyAlgorithm() |
AlgorithmIdentifier |
NetscapeCertRequest.getSigningAlgorithm() |
Modifier and Type | Method and Description |
---|---|
void |
NetscapeCertRequest.setKeyAlgorithm(AlgorithmIdentifier value) |
void |
NetscapeCertRequest.setSigningAlgorithm(AlgorithmIdentifier value) |
Constructor and Description |
---|
NetscapeCertRequest(String challenge,
AlgorithmIdentifier signing_alg,
PublicKey pub_key) |
Constructor and Description |
---|
GMSSPrivateKey(int[] index,
byte[][] currentSeed,
byte[][] nextNextSeed,
byte[][][] currentAuthPath,
byte[][][] nextAuthPath,
Treehash[][] currentTreehash,
Treehash[][] nextTreehash,
Vector[] currentStack,
Vector[] nextStack,
Vector[][] currentRetain,
Vector[][] nextRetain,
byte[][][] keep,
GMSSLeaf[] nextNextLeaf,
GMSSLeaf[] upperLeaf,
GMSSLeaf[] upperTreehashLeaf,
int[] minTreehash,
byte[][] nextRoot,
GMSSRootCalc[] nextNextRoot,
byte[][] currentRootSig,
GMSSRootSig[] nextRootSig,
GMSSParameters gmssParameterset,
AlgorithmIdentifier digestAlg) |
Modifier and Type | Method and Description |
---|---|
static byte[] |
KeyUtil.getEncodedPrivateKeyInfo(AlgorithmIdentifier algId,
ASN1Encodable privKey) |
static byte[] |
KeyUtil.getEncodedSubjectPublicKeyInfo(AlgorithmIdentifier algId,
ASN1Encodable keyData) |
static byte[] |
KeyUtil.getEncodedSubjectPublicKeyInfo(AlgorithmIdentifier algId,
byte[] keyData) |
Copyright © 2016 BouncyCastle.org. All rights reserved.