Uses of Class
org.apache.xml.security.keys.content.x509.XMLX509Certificate
-
Packages that use XMLX509Certificate Package Description org.apache.xml.security.keys.content org.apache.xml.security.keys.keyresolver.implementations -
-
Uses of XMLX509Certificate in org.apache.xml.security.keys.content
Methods in org.apache.xml.security.keys.content that return XMLX509Certificate Modifier and Type Method Description XMLX509Certificate
X509Data. itemCertificate(int i)
Method itemCertificateMethods in org.apache.xml.security.keys.content with parameters of type XMLX509Certificate Modifier and Type Method Description void
X509Data. add(XMLX509Certificate xmlX509Certificate)
Method add -
Uses of XMLX509Certificate in org.apache.xml.security.keys.keyresolver.implementations
Methods in org.apache.xml.security.keys.keyresolver.implementations with parameters of type XMLX509Certificate Modifier and Type Method Description private java.security.PrivateKey
PrivateKeyResolver. resolveX509Certificate(XMLX509Certificate x509Cert)
-