public class JweEncryptionSpec extends Object
JweEncryptionSpec()
String
getAlgo()
getEnc()
com.nimbusds.jose.jwk.JWK
getKey()
void
setAlgo(String algo)
setEnc(String enc)
setKey(com.nimbusds.jose.jwk.JWK key)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public JweEncryptionSpec()
public String getAlgo()
public void setAlgo(String algo)
public String getEnc()
public void setEnc(String enc)
public com.nimbusds.jose.jwk.JWK getKey()
public void setKey(com.nimbusds.jose.jwk.JWK key)
Copyright © 2017. All rights reserved.