Package | Description |
---|---|
org.springframework.vault.support |
Classes supporting the Vault packages, such as value objects.
|
Modifier and Type | Method and Description |
---|---|
static PemObject |
PemObject.fromKey(String content)
Create a
PemObject from PEM content that is enclosed with
-BEGIN PRIVATE KEY- and -END PRIVATE KEY- . |
static PemObject |
PemObject.parseFirst(String content)
Create a
PemObject from PEM content that is enclosed with
-BEGIN PRIVATE KEY- or -BEGIN PUBLIC KEY- . |
Modifier and Type | Method and Description |
---|---|
static List<PemObject> |
PemObject.parse(String content)
Create one or more
PemObject s from PEM content . |
Copyright © 2016–2020 Pivotal Software, Inc.. All rights reserved.