Uses of Enum Class
org.apache.wss4j.dom.str.STRParser.REFERENCE_TYPE
Packages that use STRParser.REFERENCE_TYPE
-
Uses of STRParser.REFERENCE_TYPE in org.apache.wss4j.dom.processor
Methods in org.apache.wss4j.dom.processor that return STRParser.REFERENCE_TYPEConstructors in org.apache.wss4j.dom.processor with parameters of type STRParser.REFERENCE_TYPEModifierConstructorDescriptionprotectedCertificateResult(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_TYPEModifier and TypeMethodDescriptionSTRParserResult.getCertificatesReferenceType()Get how the certificates were referencedstatic STRParser.REFERENCE_TYPEReturns the enum constant of this class with the specified name.static STRParser.REFERENCE_TYPE[]STRParser.REFERENCE_TYPE.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.wss4j.dom.str with parameters of type STRParser.REFERENCE_TYPEModifier and TypeMethodDescriptionvoidSTRParserResult.setReferenceType(STRParser.REFERENCE_TYPE referenceType)