public final class KeyUsage extends Object
| Constructor and Description |
|---|
KeyUsage(X509Certificate cert) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isCRLSign() |
boolean |
isDataEncipherment() |
boolean |
isDecipherOnly() |
boolean |
isDigitalSignature() |
boolean |
isEncipherOnly() |
boolean |
isKeyAgreement() |
boolean |
isKeyCertSign() |
boolean |
isKeyEncipherment() |
boolean |
isNonRepudiation() |
public KeyUsage(X509Certificate cert)
public boolean isDigitalSignature()
public boolean isNonRepudiation()
public boolean isKeyEncipherment()
public boolean isDataEncipherment()
public boolean isKeyAgreement()
public boolean isKeyCertSign()
public boolean isCRLSign()
public boolean isEncipherOnly()
public boolean isDecipherOnly()
Copyright © 2014–2024 jsonwebtoken.io. All rights reserved.