public class KeyLocation
extends java.lang.Object
Constructor and Description |
---|
KeyLocation() |
Modifier and Type | Method and Description |
---|---|
java.net.URI |
getLocation() |
java.lang.String |
getPemKeyId() |
java.lang.String |
getPemSignAlg() |
java.lang.String |
getRequiredIssuer() |
KeyUriType |
getType() |
KeyLocation |
setLocation(java.net.URI location) |
KeyLocation |
setPemKeyId(java.lang.String pemKeyId) |
KeyLocation |
setPemSignAlg(java.lang.String pemSignAlg) |
KeyLocation |
setRequiredIssuer(java.lang.String requiredIssuer) |
KeyLocation |
setType(KeyUriType type) |
public java.net.URI getLocation()
public KeyLocation setLocation(java.net.URI location)
public KeyUriType getType()
public KeyLocation setType(KeyUriType type)
public java.lang.String getPemKeyId()
public KeyLocation setPemKeyId(java.lang.String pemKeyId)
public java.lang.String getRequiredIssuer()
public KeyLocation setRequiredIssuer(java.lang.String requiredIssuer)
public java.lang.String getPemSignAlg()
public KeyLocation setPemSignAlg(java.lang.String pemSignAlg)