public class AlgorithmIdentifier extends Object
| Constructor and Description |
|---|
AlgorithmIdentifier(String algorithmId)
Creates an Algorithm identifier structure without parameters.
|
AlgorithmIdentifier(String algorithmId,
com.itextpdf.commons.bouncycastle.asn1.IASN1Primitive parameters)
Creates an Algorithm identifier structure with parameters.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getAlgorithmOid()
Return the OID of the algorithm.
|
com.itextpdf.commons.bouncycastle.asn1.IASN1Primitive |
getParameters()
Return the parameters for the algorithm.
|
public AlgorithmIdentifier(String algorithmId)
algorithmId - the Object id of the algorithmpublic AlgorithmIdentifier(String algorithmId, com.itextpdf.commons.bouncycastle.asn1.IASN1Primitive parameters)
algorithmId - the Object id of the algorithmparameters - the algorithm parameters as an ASN1 structurepublic String getAlgorithmOid()
public com.itextpdf.commons.bouncycastle.asn1.IASN1Primitive getParameters()
Copyright © 1998–2024 Apryse Group NV. All rights reserved.