Package | Description |
---|---|
javax.xml.crypto.dsig.keyinfo |
Classes for parsing and processing
KeyInfo elements and structures. |
org.apache.jcp.xml.dsig.internal.dom |
Modifier and Type | Method and Description |
---|---|
abstract X509IssuerSerial |
KeyInfoFactory.newX509IssuerSerial(String issuerName,
BigInteger serialNumber)
Creates an
X509IssuerSerial from the specified X.500 issuer
distinguished name and serial number. |
Modifier and Type | Class and Description |
---|---|
class |
DOMX509IssuerSerial
DOM-based implementation of X509IssuerSerial.
|
Modifier and Type | Method and Description |
---|---|
X509IssuerSerial |
DOMKeyInfoFactory.newX509IssuerSerial(String issuerName,
BigInteger serialNumber) |
Copyright © 2000–2017 The Apache Software Foundation. All rights reserved.