Uses of Class
org.apache.wss4j.dom.str.STRParser.REFERENCE_TYPE
-
Packages that use STRParser.REFERENCE_TYPE Package Description org.apache.wss4j.dom.processor org.apache.wss4j.dom.str -
-
Uses of STRParser.REFERENCE_TYPE in org.apache.wss4j.dom.processor
Methods in org.apache.wss4j.dom.processor that return STRParser.REFERENCE_TYPE Modifier and Type Method Description STRParser.REFERENCE_TYPECertificateResult. getCertificatesReferenceType()Constructors in org.apache.wss4j.dom.processor with parameters of type STRParser.REFERENCE_TYPE Constructor Description CertificateResult(X509Certificate[] certs, PublicKey publicKey, STRParser.REFERENCE_TYPE referenceType) -
Uses of STRParser.REFERENCE_TYPE in org.apache.wss4j.dom.str
Methods in org.apache.wss4j.dom.str that return STRParser.REFERENCE_TYPE Modifier and Type Method Description STRParser.REFERENCE_TYPESTRParserResult. getCertificatesReferenceType()Get how the certificates were referencedstatic STRParser.REFERENCE_TYPESTRParser.REFERENCE_TYPE. valueOf(String name)Returns the enum constant of this type with the specified name.static STRParser.REFERENCE_TYPE[]STRParser.REFERENCE_TYPE. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.wss4j.dom.str with parameters of type STRParser.REFERENCE_TYPE Modifier and Type Method Description voidSTRParserResult. setReferenceType(STRParser.REFERENCE_TYPE referenceType)
-