Package org.opensaml.xmlsec.criterion
Class KeyInfoGenerationProfileCriterion
- java.lang.Object
-
- org.opensaml.xmlsec.criterion.KeyInfoGenerationProfileCriterion
-
- All Implemented Interfaces:
Criterion
public final class KeyInfoGenerationProfileCriterion extends Object implements Criterion
Criterionrepresenting an a KeyInfo generation "profile" name used when looking up aKeyInfoGeneratorManagerfrom aNamedKeyInfoGeneratorManager.
-
-
Constructor Summary
Constructors Constructor Description KeyInfoGenerationProfileCriterion(String profileName)Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)StringgetName()Gets the KeyInfo generation "profile" name.inthashCode()StringtoString()
-