Enum Class KeyTypes

java.lang.Object
java.lang.Enum<KeyTypes>
eu.europa.esig.saml.jaxb.metadata.KeyTypes
All Implemented Interfaces:
Serializable, Comparable<KeyTypes>, Constable

public enum KeyTypes extends Enum<KeyTypes>

Java class for KeyTypes.

The following schema fragment specifies the expected content contained within this class.

 <simpleType name="KeyTypes">
   <restriction base="{http://www.w3.org/2001/XMLSchema}string">
     <enumeration value="encryption"/>
     <enumeration value="signing"/>
   </restriction>
 </simpleType>