Package org.bouncycastle.openpgp
Class PGPExtendedKeyAttribute
- java.lang.Object
-
- org.bouncycastle.openpgp.PGPExtendedKeyAttribute
-
public class PGPExtendedKeyAttribute extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
PGPExtendedKeyAttribute.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static PGPExtendedKeyAttribute.Builder
builder()
java.util.List<java.lang.Object>
getValues()
-
-
-
Method Detail
-
getValues
public java.util.List<java.lang.Object> getValues()
-
builder
public static PGPExtendedKeyAttribute.Builder builder()
-
-